Class V1RoleRefBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1RoleRefFluentImpl<V1RoleRefBuilder>
io.kubernetes.client.openapi.models.V1RoleRefBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1RoleRef>
,Fluent<V1RoleRefBuilder>
,Visitable<V1RoleRefBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1RoleRef,
,V1RoleRefBuilder> V1RoleRefFluent<V1RoleRefBuilder>
public class V1RoleRefBuilder
extends V1RoleRefFluentImpl<V1RoleRefBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1RoleRef,V1RoleRefBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1RoleRefBuilder
(io.kubernetes.client.openapi.models.V1RoleRef instance) V1RoleRefBuilder
(V1RoleRefFluent<?> fluent) V1RoleRefBuilder
(V1RoleRefFluent<?> fluent, io.kubernetes.client.openapi.models.V1RoleRef instance) V1RoleRefBuilder
(V1RoleRefFluent<?> fluent, io.kubernetes.client.openapi.models.V1RoleRef instance, Boolean validationEnabled) V1RoleRefBuilder
(V1RoleRefFluent<?> fluent, Boolean validationEnabled) V1RoleRefBuilder
(io.kubernetes.client.openapi.models.V1RoleRef instance, Boolean validationEnabled) V1RoleRefBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1RoleRefFluentImpl
equals, getApiGroup, getKind, getName, hasApiGroup, hashCode, hasKind, hasName, toString, withApiGroup, withKind, withName
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1RoleRefBuilder
public V1RoleRefBuilder() -
V1RoleRefBuilder
-
V1RoleRefBuilder
-
V1RoleRefBuilder
-
V1RoleRefBuilder
public V1RoleRefBuilder(V1RoleRefFluent<?> fluent, io.kubernetes.client.openapi.models.V1RoleRef instance) -
V1RoleRefBuilder
public V1RoleRefBuilder(V1RoleRefFluent<?> fluent, io.kubernetes.client.openapi.models.V1RoleRef instance, Boolean validationEnabled) -
V1RoleRefBuilder
public V1RoleRefBuilder(io.kubernetes.client.openapi.models.V1RoleRef instance) -
V1RoleRefBuilder
public V1RoleRefBuilder(io.kubernetes.client.openapi.models.V1RoleRef instance, Boolean validationEnabled)
-
-
Method Details