Class V1ResourceAttributesFluentImpl<A extends V1ResourceAttributesFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ResourceAttributesFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ResourceAttributesFluent<A>
- Direct Known Subclasses:
V1ResourceAttributesBuilder
public class V1ResourceAttributesFluentImpl<A extends V1ResourceAttributesFluent<A>>
extends BaseFluent<A>
implements V1ResourceAttributesFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ResourceAttributesFluentImpl
(io.kubernetes.client.openapi.models.V1ResourceAttributes instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getGroup()
getName()
getVerb()
hasGroup()
int
hashCode()
hasName()
hasVerb()
toString()
withNamespace
(String namespace) withResource
(String resource) withSubresource
(String subresource) withVersion
(String version) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ResourceAttributesFluentImpl
public V1ResourceAttributesFluentImpl() -
V1ResourceAttributesFluentImpl
public V1ResourceAttributesFluentImpl(io.kubernetes.client.openapi.models.V1ResourceAttributes instance)
-
-
Method Details
-
getGroup
- Specified by:
getGroup
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
withGroup
- Specified by:
withGroup
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
hasGroup
- Specified by:
hasGroup
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
getNamespace
- Specified by:
getNamespace
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
withNamespace
- Specified by:
withNamespace
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
hasNamespace
- Specified by:
hasNamespace
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
getResource
- Specified by:
getResource
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
withResource
- Specified by:
withResource
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
hasResource
- Specified by:
hasResource
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
getSubresource
- Specified by:
getSubresource
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
withSubresource
- Specified by:
withSubresource
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
hasSubresource
- Specified by:
hasSubresource
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
getVerb
- Specified by:
getVerb
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
withVerb
- Specified by:
withVerb
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
hasVerb
- Specified by:
hasVerb
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
getVersion
- Specified by:
getVersion
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
withVersion
- Specified by:
withVersion
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
hasVersion
- Specified by:
hasVersion
in interfaceV1ResourceAttributesFluent<A extends V1ResourceAttributesFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ResourceAttributesFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ResourceAttributesFluent<A>>
-
toString
-