Class AuthenticationV1TokenRequestFluentImpl<A extends AuthenticationV1TokenRequestFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.AuthenticationV1TokenRequestFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,AuthenticationV1TokenRequestFluent<A>
- Direct Known Subclasses:
AuthenticationV1TokenRequestBuilder
public class AuthenticationV1TokenRequestFluentImpl<A extends AuthenticationV1TokenRequestFluent<A>>
extends BaseFluent<A>
implements AuthenticationV1TokenRequestFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.AuthenticationV1TokenRequestFluent
AuthenticationV1TokenRequestFluent.MetadataNested<N>, AuthenticationV1TokenRequestFluent.SpecNested<N>, AuthenticationV1TokenRequestFluent.StatusNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationV1TokenRequestFluentImpl
(io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ObjectMeta
io.kubernetes.client.openapi.models.V1TokenRequestSpec
io.kubernetes.client.openapi.models.V1TokenRequestStatus
editOrNewMetadataLike
(io.kubernetes.client.openapi.models.V1ObjectMeta item) editOrNewSpecLike
(io.kubernetes.client.openapi.models.V1TokenRequestSpec item) editOrNewStatusLike
(io.kubernetes.client.openapi.models.V1TokenRequestStatus item) editSpec()
boolean
getKind()
io.kubernetes.client.openapi.models.V1ObjectMeta
Deprecated.io.kubernetes.client.openapi.models.V1TokenRequestSpec
getSpec()
Deprecated.io.kubernetes.client.openapi.models.V1TokenRequestStatus
Deprecated.int
hashCode()
hasKind()
hasSpec()
toString()
withApiVersion
(String apiVersion) withMetadata
(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) withNewMetadataLike
(io.kubernetes.client.openapi.models.V1ObjectMeta item) withNewSpecLike
(io.kubernetes.client.openapi.models.V1TokenRequestSpec item) withNewStatusLike
(io.kubernetes.client.openapi.models.V1TokenRequestStatus item) withSpec
(io.kubernetes.client.openapi.models.V1TokenRequestSpec spec) withStatus
(io.kubernetes.client.openapi.models.V1TokenRequestStatus status) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
AuthenticationV1TokenRequestFluentImpl
public AuthenticationV1TokenRequestFluentImpl() -
AuthenticationV1TokenRequestFluentImpl
public AuthenticationV1TokenRequestFluentImpl(io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadata
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()- Specified by:
buildMetadata
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withMetadata
- Specified by:
withMetadata
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
hasMetadata
- Specified by:
hasMetadata
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadata
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withNewMetadataLike
public AuthenticationV1TokenRequestFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
withNewMetadataLike
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
editMetadata
- Specified by:
editMetadata
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadata
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
editOrNewMetadataLike
public AuthenticationV1TokenRequestFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
editOrNewMetadataLike
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
getSpec
Deprecated.This method has been deprecated, please use method buildSpec instead.- Specified by:
getSpec
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
- Returns:
- The buildable object.
-
buildSpec
public io.kubernetes.client.openapi.models.V1TokenRequestSpec buildSpec()- Specified by:
buildSpec
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withSpec
- Specified by:
withSpec
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
hasSpec
- Specified by:
hasSpec
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withNewSpec
- Specified by:
withNewSpec
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withNewSpecLike
public AuthenticationV1TokenRequestFluent.SpecNested<A> withNewSpecLike(io.kubernetes.client.openapi.models.V1TokenRequestSpec item) - Specified by:
withNewSpecLike
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
editSpec
- Specified by:
editSpec
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
editOrNewSpec
- Specified by:
editOrNewSpec
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
editOrNewSpecLike
public AuthenticationV1TokenRequestFluent.SpecNested<A> editOrNewSpecLike(io.kubernetes.client.openapi.models.V1TokenRequestSpec item) - Specified by:
editOrNewSpecLike
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
getStatus
Deprecated.This method has been deprecated, please use method buildStatus instead.- Specified by:
getStatus
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
- Returns:
- The buildable object.
-
buildStatus
public io.kubernetes.client.openapi.models.V1TokenRequestStatus buildStatus()- Specified by:
buildStatus
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withStatus
- Specified by:
withStatus
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
hasStatus
- Specified by:
hasStatus
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withNewStatus
- Specified by:
withNewStatus
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
withNewStatusLike
public AuthenticationV1TokenRequestFluent.StatusNested<A> withNewStatusLike(io.kubernetes.client.openapi.models.V1TokenRequestStatus item) - Specified by:
withNewStatusLike
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
editStatus
- Specified by:
editStatus
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
editOrNewStatus
- Specified by:
editOrNewStatus
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
editOrNewStatusLike
public AuthenticationV1TokenRequestFluent.StatusNested<A> editOrNewStatusLike(io.kubernetes.client.openapi.models.V1TokenRequestStatus item) - Specified by:
editOrNewStatusLike
in interfaceAuthenticationV1TokenRequestFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends AuthenticationV1TokenRequestFluent<A>>
-
toString
-