Class V1SubjectFluentImpl<A extends V1SubjectFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1SubjectFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1SubjectFluent<A>
- Direct Known Subclasses:
V1SubjectBuilder
public class V1SubjectFluentImpl<A extends V1SubjectFluent<A>>
extends BaseFluent<A>
implements V1SubjectFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getKind()
getName()
int
hashCode()
hasKind()
hasName()
toString()
withApiGroup
(String apiGroup) withNamespace
(String namespace) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1SubjectFluentImpl
public V1SubjectFluentImpl() -
V1SubjectFluentImpl
public V1SubjectFluentImpl(io.kubernetes.client.openapi.models.V1Subject instance)
-
-
Method Details
-
getApiGroup
- Specified by:
getApiGroup
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
withApiGroup
- Specified by:
withApiGroup
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
hasApiGroup
- Specified by:
hasApiGroup
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
getNamespace
- Specified by:
getNamespace
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
withNamespace
- Specified by:
withNamespace
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
hasNamespace
- Specified by:
hasNamespace
in interfaceV1SubjectFluent<A extends V1SubjectFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1SubjectFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1SubjectFluent<A>>
-
toString
-