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) V1PersistentVolumeSpec.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) voidV1PersistentVolumeSpec.setClaimRef(V1ObjectReference claimRef) voidCoreV1Event.setInvolvedObject(V1ObjectReference involvedObject) voidEventsV1Event.setRegarding(V1ObjectReference regarding) voidCoreV1Event.setRelated(V1ObjectReference related) voidEventsV1Event.setRelated(V1ObjectReference related) voidV1StorageOSPersistentVolumeSource.setSecretRef(V1ObjectReference secretRef) voidV1Binding.setTarget(V1ObjectReference target) voidV1Endpoint.setTargetRef(V1ObjectReference targetRef) voidV1EndpointAddress.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) voidV1CronJobStatus.setActive(List<V1ObjectReference> active) voidV1ServiceAccount.setSecrets(List<V1ObjectReference> secrets)