Class V1KeyToPathFluentImpl<A extends V1KeyToPathFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1KeyToPathFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1KeyToPathFluent<A>
- Direct Known Subclasses:
V1KeyToPathBuilder
public class V1KeyToPathFluentImpl<A extends V1KeyToPathFluent<A>>
extends BaseFluent<A>
implements V1KeyToPathFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1KeyToPathFluentImpl
(io.kubernetes.client.openapi.models.V1KeyToPath instance) -
Method Summary
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1KeyToPathFluentImpl
public V1KeyToPathFluentImpl() -
V1KeyToPathFluentImpl
public V1KeyToPathFluentImpl(io.kubernetes.client.openapi.models.V1KeyToPath instance)
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceV1KeyToPathFluent<A extends V1KeyToPathFluent<A>>
-
withKey
- Specified by:
withKey
in interfaceV1KeyToPathFluent<A extends V1KeyToPathFluent<A>>
-
hasKey
- Specified by:
hasKey
in interfaceV1KeyToPathFluent<A extends V1KeyToPathFluent<A>>
-
getMode
- Specified by:
getMode
in interfaceV1KeyToPathFluent<A extends V1KeyToPathFluent<A>>
-
withMode
- Specified by:
withMode
in interfaceV1KeyToPathFluent<A extends V1KeyToPathFluent<A>>
-
hasMode
- Specified by:
hasMode
in interfaceV1KeyToPathFluent<A extends V1KeyToPathFluent<A>>
-
getPath
- Specified by:
getPath
in interfaceV1KeyToPathFluent<A extends V1KeyToPathFluent<A>>
-
withPath
- Specified by:
withPath
in interfaceV1KeyToPathFluent<A extends V1KeyToPathFluent<A>>
-
hasPath
- Specified by:
hasPath
in interfaceV1KeyToPathFluent<A extends V1KeyToPathFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1KeyToPathFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1KeyToPathFluent<A>>
-
toString
-