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 TypeMethodDescriptionboolean
getKind()
getName()
getUid()
int
hashCode()
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:
getApiVersion
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getFieldPath
- Specified by:
getFieldPath
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withFieldPath
- Specified by:
withFieldPath
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasFieldPath
- Specified by:
hasFieldPath
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getNamespace
- Specified by:
getNamespace
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withNamespace
- Specified by:
withNamespace
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasNamespace
- Specified by:
hasNamespace
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getResourceVersion
- Specified by:
getResourceVersion
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withResourceVersion
- Specified by:
withResourceVersion
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasResourceVersion
- Specified by:
hasResourceVersion
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
getUid
- Specified by:
getUid
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
withUid
- Specified by:
withUid
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
hasUid
- Specified by:
hasUid
in interfaceV1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ObjectReferenceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ObjectReferenceFluent<A>>
-
toString
-