Class V1TokenRequestSpecFluentImpl<A extends V1TokenRequestSpecFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1TokenRequestSpecFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1TokenRequestSpecFluent<A>
- Direct Known Subclasses:
V1TokenRequestSpecBuilder
public class V1TokenRequestSpecFluentImpl<A extends V1TokenRequestSpecFluent<A>>
extends BaseFluent<A>
implements V1TokenRequestSpecFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1TokenRequestSpecFluent
V1TokenRequestSpecFluent.BoundObjectRefNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1TokenRequestSpecFluentImpl
(io.kubernetes.client.openapi.models.V1TokenRequestSpec instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToAudiences
(Collection<String> items) addToAudiences
(Integer index, String item) addToAudiences
(String... items) io.kubernetes.client.openapi.models.V1BoundObjectReference
editOrNewBoundObjectRefLike
(io.kubernetes.client.openapi.models.V1BoundObjectReference item) boolean
getAudience
(Integer index) io.kubernetes.client.openapi.models.V1BoundObjectReference
Deprecated.getMatchingAudience
(Predicate<String> predicate) int
hashCode()
hasMatchingAudience
(Predicate<String> predicate) removeAllFromAudiences
(Collection<String> items) removeFromAudiences
(String... items) setToAudiences
(Integer index, String item) toString()
withAudiences
(String... audiences) withAudiences
(List<String> audiences) withBoundObjectRef
(io.kubernetes.client.openapi.models.V1BoundObjectReference boundObjectRef) withExpirationSeconds
(Long expirationSeconds) withNewBoundObjectRefLike
(io.kubernetes.client.openapi.models.V1BoundObjectReference item) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1TokenRequestSpecFluentImpl
public V1TokenRequestSpecFluentImpl() -
V1TokenRequestSpecFluentImpl
public V1TokenRequestSpecFluentImpl(io.kubernetes.client.openapi.models.V1TokenRequestSpec instance)
-
-
Method Details
-
addToAudiences
- Specified by:
addToAudiences
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
setToAudiences
- Specified by:
setToAudiences
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
addToAudiences
- Specified by:
addToAudiences
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
addAllToAudiences
- Specified by:
addAllToAudiences
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
removeFromAudiences
- Specified by:
removeFromAudiences
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
removeAllFromAudiences
- Specified by:
removeAllFromAudiences
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
getAudiences
- Specified by:
getAudiences
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
getAudience
- Specified by:
getAudience
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
getFirstAudience
- Specified by:
getFirstAudience
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
getLastAudience
- Specified by:
getLastAudience
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
getMatchingAudience
- Specified by:
getMatchingAudience
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
hasMatchingAudience
- Specified by:
hasMatchingAudience
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
withAudiences
- Specified by:
withAudiences
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
withAudiences
- Specified by:
withAudiences
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
hasAudiences
- Specified by:
hasAudiences
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
getBoundObjectRef
Deprecated.This method has been deprecated, please use method buildBoundObjectRef instead.- Specified by:
getBoundObjectRef
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
- Returns:
- The buildable object.
-
buildBoundObjectRef
public io.kubernetes.client.openapi.models.V1BoundObjectReference buildBoundObjectRef()- Specified by:
buildBoundObjectRef
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
withBoundObjectRef
public A withBoundObjectRef(io.kubernetes.client.openapi.models.V1BoundObjectReference boundObjectRef) - Specified by:
withBoundObjectRef
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
hasBoundObjectRef
- Specified by:
hasBoundObjectRef
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
withNewBoundObjectRef
- Specified by:
withNewBoundObjectRef
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
withNewBoundObjectRefLike
public V1TokenRequestSpecFluent.BoundObjectRefNested<A> withNewBoundObjectRefLike(io.kubernetes.client.openapi.models.V1BoundObjectReference item) - Specified by:
withNewBoundObjectRefLike
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
editBoundObjectRef
- Specified by:
editBoundObjectRef
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
editOrNewBoundObjectRef
- Specified by:
editOrNewBoundObjectRef
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
editOrNewBoundObjectRefLike
public V1TokenRequestSpecFluent.BoundObjectRefNested<A> editOrNewBoundObjectRefLike(io.kubernetes.client.openapi.models.V1BoundObjectReference item) - Specified by:
editOrNewBoundObjectRefLike
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
getExpirationSeconds
- Specified by:
getExpirationSeconds
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
withExpirationSeconds
- Specified by:
withExpirationSeconds
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
hasExpirationSeconds
- Specified by:
hasExpirationSeconds
in interfaceV1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1TokenRequestSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1TokenRequestSpecFluent<A>>
-
toString
-