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 |
V1Event.getInvolvedObject()
The object that this event is about.
|
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()
Active holds 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.addActiveItem(V1ObjectReference activeItem) |
V1ServiceAccount |
V1ServiceAccount.addSecretsItem(V1ObjectReference secretsItem) |
V1PersistentVolumeSpec |
V1PersistentVolumeSpec.claimRef(V1ObjectReference claimRef) |
V1Event |
V1Event.involvedObject(V1ObjectReference involvedObject) |
void |
V1PersistentVolumeSpec.setClaimRef(V1ObjectReference claimRef) |
void |
V1Event.setInvolvedObject(V1ObjectReference involvedObject) |
void |
V1Binding.setTarget(V1ObjectReference target) |
void |
V1EndpointAddress.setTargetRef(V1ObjectReference targetRef) |
V1Binding |
V1Binding.target(V1ObjectReference target) |
V1EndpointAddress |
V1EndpointAddress.targetRef(V1ObjectReference targetRef) |
Modifier and Type | Method and Description |
---|---|
V2alpha1CronJobStatus |
V2alpha1CronJobStatus.active(List<V1ObjectReference> active) |
V1ServiceAccount |
V1ServiceAccount.secrets(List<V1ObjectReference> secrets) |
void |
V2alpha1CronJobStatus.setActive(List<V1ObjectReference> active) |
void |
V1ServiceAccount.setSecrets(List<V1ObjectReference> secrets) |
Copyright © 2017. All rights reserved.