Class V1ObjectReferenceFluentImpl<A extends V1ObjectReferenceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ObjectReferenceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ObjectReferenceFluent<A>
- Direct Known Subclasses:
V1ObjectReferenceBuilder
public class V1ObjectReferenceFluentImpl<A extends V1ObjectReferenceFluent<A>>
extends BaseFluent<A>
implements V1ObjectReferenceFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ObjectReferenceFluentImpl(io.kubernetes.client.openapi.models.V1ObjectReference instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKind()getName()getUid()inthashCode()hasKind()hasName()hasUid()toString()withApiVersion(String apiVersion) withFieldPath(String fieldPath) withNamespace(String namespace) withResourceVersion(String resourceVersion) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ObjectReferenceFluentImpl
public V1ObjectReferenceFluentImpl() -
V1ObjectReferenceFluentImpl
public V1ObjectReferenceFluentImpl(io.kubernetes.client.openapi.models.V1ObjectReference instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getFieldPath
- Specified by:
getFieldPathin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withFieldPath
- Specified by:
withFieldPathin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasFieldPath
- Specified by:
hasFieldPathin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getKind
- Specified by:
getKindin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withKind
- Specified by:
withKindin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getName
- Specified by:
getNamein interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withName
- Specified by:
withNamein interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getNamespace
- Specified by:
getNamespacein interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withNamespace
- Specified by:
withNamespacein interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasNamespace
- Specified by:
hasNamespacein interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getResourceVersion
- Specified by:
getResourceVersionin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withResourceVersion
- Specified by:
withResourceVersionin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasResourceVersion
- Specified by:
hasResourceVersionin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getUid
- Specified by:
getUidin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withUid
- Specified by:
withUidin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasUid
- Specified by:
hasUidin interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ObjectReferenceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ObjectReferenceFluent<A>>
-
toString
-