Uses of Class
io.fabric8.kubernetes.api.model.authentication.BoundObjectReference
-
Packages that use BoundObjectReference Package Description io.fabric8.kubernetes.api.model.authentication -
-
Uses of BoundObjectReference in io.fabric8.kubernetes.api.model.authentication
Methods in io.fabric8.kubernetes.api.model.authentication that return BoundObjectReference Modifier and Type Method Description BoundObjectReferenceBoundObjectReferenceBuilder. build()BoundObjectReferenceTokenRequestSpecFluent. buildBoundObjectRef()BoundObjectReferenceTokenRequestSpec. getBoundObjectRef()TokenRequestSpec contains client provided parameters of a token request.Methods in io.fabric8.kubernetes.api.model.authentication with parameters of type BoundObjectReference Modifier and Type Method Description protected voidBoundObjectReferenceFluent. copyInstance(BoundObjectReference instance)TokenRequestSpecFluent.BoundObjectRefNested<A>TokenRequestSpecFluent. editOrNewBoundObjectRefLike(BoundObjectReference item)voidTokenRequestSpec. setBoundObjectRef(BoundObjectReference boundObjectRef)TokenRequestSpec contains client provided parameters of a token request.ATokenRequestSpecFluent. withBoundObjectRef(BoundObjectReference boundObjectRef)TokenRequestSpecFluent.BoundObjectRefNested<A>TokenRequestSpecFluent. withNewBoundObjectRefLike(BoundObjectReference item)Constructors in io.fabric8.kubernetes.api.model.authentication with parameters of type BoundObjectReference Constructor Description BoundObjectReferenceBuilder(BoundObjectReference instance)BoundObjectReferenceBuilder(BoundObjectReferenceFluent<?> fluent, BoundObjectReference instance)BoundObjectReferenceFluent(BoundObjectReference instance)TokenRequestSpec(List<String> audiences, BoundObjectReference boundObjectRef, Long expirationSeconds)
-