Interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
CoreV1EventFluent.InvolvedObjectNested<N>,CoreV1EventFluent.RelatedNested<N>,EventsV1EventFluent.RegardingNested<N>,EventsV1EventFluent.RelatedNested<N>,V1BindingFluent.TargetNested<N>,V1CronJobStatusFluent.ActiveNested<N>,V1EndpointAddressFluent.TargetRefNested<N>,V1EndpointFluent.TargetRefNested<N>,V1PersistentVolumeSpecFluent.ClaimRefNested<N>,V1ServiceAccountFluent.SecretsNested<N>,V1StorageOSPersistentVolumeSourceFluent.SecretRefNested<N>
- All Known Implementing Classes:
V1ObjectReferenceBuilder,V1ObjectReferenceFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetKind()getName()getUid()hasKind()hasName()hasUid()withApiVersion(String apiVersion) withFieldPath(String fieldPath) withNamespace(String namespace) withResourceVersion(String resourceVersion)
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
getFieldPath
String getFieldPath() -
withFieldPath
-
hasFieldPath
Boolean hasFieldPath() -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getNamespace
String getNamespace() -
withNamespace
-
hasNamespace
Boolean hasNamespace() -
getResourceVersion
String getResourceVersion() -
withResourceVersion
-
hasResourceVersion
Boolean hasResourceVersion() -
getUid
String getUid() -
withUid
-
hasUid
Boolean hasUid()
-