Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1ObjectReference |
V1ObjectReference.apiVersion(String apiVersion) |
V1ObjectReference |
V1ObjectReference.fieldPath(String fieldPath) |
V1ObjectReference |
V1PersistentVolumeSpec.getClaimRef()
ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.
|
V1ObjectReference |
V1NodeConfigSource.getConfigMapRef()
Get configMapRef
|
V1ObjectReference |
V1Event.getInvolvedObject()
The object that this event is about.
|
V1ObjectReference |
V1beta1Event.getRegarding()
The object this Event is about.
|
V1ObjectReference |
V1beta1Event.getRelated()
Optional secondary object for more complex actions.
|
V1ObjectReference |
V1Event.getRelated()
Optional secondary object for more complex actions.
|
V1ObjectReference |
V1StorageOSPersistentVolumeSource.getSecretRef()
SecretRef specifies the secret to use for obtaining the StorageOS API credentials.
|
V1ObjectReference |
V1Binding.getTarget()
The target object that you want to bind to the standard object.
|
V1ObjectReference |
V1EndpointAddress.getTargetRef()
Reference to object providing the endpoint.
|
V1ObjectReference |
V1ObjectReference.kind(String kind) |
V1ObjectReference |
V1ObjectReference.name(String name) |
V1ObjectReference |
V1ObjectReference.namespace(String namespace) |
V1ObjectReference |
V1ObjectReference.resourceVersion(String resourceVersion) |
V1ObjectReference |
V1ObjectReference.uid(String uid) |
Modifier and Type | Method and Description |
---|---|
List<V1ObjectReference> |
V2alpha1CronJobStatus.getActive()
A list of pointers to currently running jobs.
|
List<V1ObjectReference> |
V1beta1CronJobStatus.getActive()
A list of pointers to currently running jobs.
|
List<V1ObjectReference> |
V1ServiceAccount.getSecrets()
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount.
|
Modifier and Type | Method and Description |
---|---|
V2alpha1CronJobStatus |
V2alpha1CronJobStatus.active(List<V1ObjectReference> active) |
V1beta1CronJobStatus |
V1beta1CronJobStatus.active(List<V1ObjectReference> active) |
V1ServiceAccount |
V1ServiceAccount.secrets(List<V1ObjectReference> secrets) |
void |
V2alpha1CronJobStatus.setActive(List<V1ObjectReference> active) |
void |
V1beta1CronJobStatus.setActive(List<V1ObjectReference> active) |
void |
V1ServiceAccount.setSecrets(List<V1ObjectReference> secrets) |
Copyright © 2018. All rights reserved.