Uses of Class
io.fabric8.kubernetes.api.model.ObjectReference
-
Packages that use ObjectReference Package Description io.fabric8.kubernetes.api.model io.fabric8.kubernetes.api.model.clusterapi.v1beta1 -
-
Uses of ObjectReference in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ObjectReference Modifier and Type Method Description ObjectReference
ObjectReferenceBuilder. build()
ObjectReference
PersistentVolumeSpecFluent. buildClaimRef()
ObjectReference
ServiceAccountFluent. buildFirstSecret()
ObjectReference
EventFluent. buildInvolvedObject()
ObjectReference
ServiceAccountFluent. buildLastSecret()
ObjectReference
ServiceAccountFluent. buildMatchingSecret(Predicate<ObjectReferenceBuilder> predicate)
ObjectReference
EventFluent. buildRelated()
ObjectReference
ServiceAccountFluent. buildSecret(int index)
ObjectReference
StorageOSPersistentVolumeSourceFluent. buildSecretRef()
ObjectReference
BindingFluent. buildTarget()
ObjectReference
EndpointAddressFluent. buildTargetRef()
ObjectReference
PersistentVolumeSpec. getClaimRef()
PersistentVolumeSpec is the specification of a persistent volume.ObjectReference
Event. getInvolvedObject()
Event is a report of an event somewhere in the cluster.ObjectReference
Event. getRelated()
Event is a report of an event somewhere in the cluster.ObjectReference
StorageOSPersistentVolumeSource. getSecretRef()
Represents a StorageOS persistent volume resource.ObjectReference
Binding. getTarget()
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.ObjectReference
EndpointAddress. getTargetRef()
EndpointAddress is a tuple that describes single IP address.Methods in io.fabric8.kubernetes.api.model that return types with arguments of type ObjectReference Modifier and Type Method Description List<ObjectReference>
ServiceAccountFluent. buildSecrets()
List<ObjectReference>
ServiceAccount. 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.fabric8.kubernetes.api.model with parameters of type ObjectReference Modifier and Type Method Description ServiceAccountFluent.SecretsNested<A>
ServiceAccountFluent. addNewSecretLike(ObjectReference item)
A
ServiceAccountFluent. addToSecrets(int index, ObjectReference item)
A
ServiceAccountFluent. addToSecrets(ObjectReference... items)
protected void
ObjectReferenceFluent. copyInstance(ObjectReference instance)
PersistentVolumeSpecFluent.ClaimRefNested<A>
PersistentVolumeSpecFluent. editOrNewClaimRefLike(ObjectReference item)
EventFluent.InvolvedObjectNested<A>
EventFluent. editOrNewInvolvedObjectLike(ObjectReference item)
EventFluent.RelatedNested<A>
EventFluent. editOrNewRelatedLike(ObjectReference item)
StorageOSPersistentVolumeSourceFluent.SecretRefNested<A>
StorageOSPersistentVolumeSourceFluent. editOrNewSecretRefLike(ObjectReference item)
BindingFluent.TargetNested<A>
BindingFluent. editOrNewTargetLike(ObjectReference item)
EndpointAddressFluent.TargetRefNested<A>
EndpointAddressFluent. editOrNewTargetRefLike(ObjectReference item)
A
ServiceAccountFluent. removeFromSecrets(ObjectReference... items)
void
PersistentVolumeSpec. setClaimRef(ObjectReference claimRef)
PersistentVolumeSpec is the specification of a persistent volume.void
Event. setInvolvedObject(ObjectReference involvedObject)
Event is a report of an event somewhere in the cluster.ServiceAccountFluent.SecretsNested<A>
ServiceAccountFluent. setNewSecretLike(int index, ObjectReference item)
void
Event. setRelated(ObjectReference related)
Event is a report of an event somewhere in the cluster.void
StorageOSPersistentVolumeSource. setSecretRef(ObjectReference secretRef)
Represents a StorageOS persistent volume resource.void
Binding. setTarget(ObjectReference target)
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.void
EndpointAddress. setTargetRef(ObjectReference targetRef)
EndpointAddress is a tuple that describes single IP address.A
ServiceAccountFluent. setToSecrets(int index, ObjectReference item)
A
PersistentVolumeSpecFluent. withClaimRef(ObjectReference claimRef)
A
EventFluent. withInvolvedObject(ObjectReference involvedObject)
PersistentVolumeSpecFluent.ClaimRefNested<A>
PersistentVolumeSpecFluent. withNewClaimRefLike(ObjectReference item)
EventFluent.InvolvedObjectNested<A>
EventFluent. withNewInvolvedObjectLike(ObjectReference item)
EventFluent.RelatedNested<A>
EventFluent. withNewRelatedLike(ObjectReference item)
StorageOSPersistentVolumeSourceFluent.SecretRefNested<A>
StorageOSPersistentVolumeSourceFluent. withNewSecretRefLike(ObjectReference item)
BindingFluent.TargetNested<A>
BindingFluent. withNewTargetLike(ObjectReference item)
EndpointAddressFluent.TargetRefNested<A>
EndpointAddressFluent. withNewTargetRefLike(ObjectReference item)
A
EventFluent. withRelated(ObjectReference related)
A
StorageOSPersistentVolumeSourceFluent. withSecretRef(ObjectReference secretRef)
A
ServiceAccountFluent. withSecrets(ObjectReference... secrets)
A
BindingFluent. withTarget(ObjectReference target)
A
EndpointAddressFluent. withTargetRef(ObjectReference targetRef)
Method parameters in io.fabric8.kubernetes.api.model with type arguments of type ObjectReference Modifier and Type Method Description A
ServiceAccountFluent. addAllToSecrets(Collection<ObjectReference> items)
A
ServiceAccountFluent. removeAllFromSecrets(Collection<ObjectReference> items)
void
ServiceAccount. setSecrets(List<ObjectReference> secrets)
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use.A
ServiceAccountFluent. withSecrets(List<ObjectReference> secrets)
-
Uses of ObjectReference in io.fabric8.kubernetes.api.model.clusterapi.v1beta1
Methods in io.fabric8.kubernetes.api.model.clusterapi.v1beta1 that return ObjectReference Modifier and Type Method Description ObjectReference
BootstrapFluent. buildConfigRef()
ObjectReference
MachineSpecFluent. buildInfrastructureRef()
ObjectReference
MachineStatusFluent. buildNodeRef()
ObjectReference
Bootstrap. getConfigRef()
ObjectReference
MachineSpec. getInfrastructureRef()
ObjectReference
MachineStatus. getNodeRef()
Constructors in io.fabric8.kubernetes.api.model.clusterapi.v1beta1 with parameters of type ObjectReference Constructor Description Bootstrap(ObjectReference configRef, String dataSecretName)
MachineSpec(Bootstrap bootstrap, String clusterName, String failureDomain, ObjectReference infrastructureRef, Duration nodeDeletionTimeout, Duration nodeDrainTimeout, Duration nodeVolumeDetachTimeout, String providerID, List<MachineReadinessGate> readinessGates, String version)
MachineStatus(List<MachineAddress> addresses, Boolean bootstrapReady, String certificatesExpiryDate, List<Condition> conditions, MachineDeletionStatus deletion, String failureMessage, String failureReason, Boolean infrastructureReady, String lastUpdated, NodeSystemInfo nodeInfo, ObjectReference nodeRef, Long observedGeneration, String phase, MachineV1Beta2Status v1beta2)
-