Uses of Class
io.kubernetes.client.openapi.models.V1ObjectReference
Packages that use V1ObjectReference
-
Uses of V1ObjectReference in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ObjectReferenceModifier and TypeMethodDescriptionV1ObjectReference.apiVersion
(String apiVersion) static V1ObjectReference
Create an instance of V1ObjectReference given an JSON stringV1PersistentVolumeSpec.getClaimRef()
Get claimRefCoreV1Event.getInvolvedObject()
Get involvedObjectEventsV1Event.getRegarding()
Get regardingCoreV1Event.getRelated()
Get relatedEventsV1Event.getRelated()
Get relatedV1StorageOSPersistentVolumeSource.getSecretRef()
Get secretRefV1Binding.getTarget()
Get targetV1Endpoint.getTargetRef()
Get targetRefV1EndpointAddress.getTargetRef()
Get targetRefV1ObjectReference.resourceVersion
(String resourceVersion) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ObjectReferenceModifier and TypeMethodDescriptionV1CronJobStatus.getActive()
A list of pointers to currently running jobs.V1ServiceAccount.getSecrets()
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use.Methods in io.kubernetes.client.openapi.models with parameters of type V1ObjectReferenceModifier and TypeMethodDescriptionV1CronJobStatus.addActiveItem
(V1ObjectReference activeItem) V1ServiceAccount.addSecretsItem
(V1ObjectReference secretsItem) V1PersistentVolumeSpec.claimRef
(V1ObjectReference claimRef) CoreV1Event.involvedObject
(V1ObjectReference involvedObject) EventsV1Event.regarding
(V1ObjectReference regarding) CoreV1Event.related
(V1ObjectReference related) EventsV1Event.related
(V1ObjectReference related) V1StorageOSPersistentVolumeSource.secretRef
(V1ObjectReference secretRef) void
V1PersistentVolumeSpec.setClaimRef
(V1ObjectReference claimRef) void
CoreV1Event.setInvolvedObject
(V1ObjectReference involvedObject) void
EventsV1Event.setRegarding
(V1ObjectReference regarding) void
CoreV1Event.setRelated
(V1ObjectReference related) void
EventsV1Event.setRelated
(V1ObjectReference related) void
V1StorageOSPersistentVolumeSource.setSecretRef
(V1ObjectReference secretRef) void
V1Binding.setTarget
(V1ObjectReference target) void
V1Endpoint.setTargetRef
(V1ObjectReference targetRef) void
V1EndpointAddress.setTargetRef
(V1ObjectReference targetRef) V1Binding.target
(V1ObjectReference target) V1Endpoint.targetRef
(V1ObjectReference targetRef) V1EndpointAddress.targetRef
(V1ObjectReference targetRef) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ObjectReferenceModifier and TypeMethodDescriptionV1CronJobStatus.active
(List<V1ObjectReference> active) V1ServiceAccount.secrets
(List<V1ObjectReference> secrets) void
V1CronJobStatus.setActive
(List<V1ObjectReference> active) void
V1ServiceAccount.setSecrets
(List<V1ObjectReference> secrets)