Class DoneableRuleWithOperations
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.admissionregistration.v1beta1.RuleWithOperationsFluentImpl<DoneableRuleWithOperations>
io.fabric8.kubernetes.api.model.admissionregistration.v1beta1.DoneableRuleWithOperations
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableRuleWithOperations>,io.fabric8.kubernetes.api.builder.Visitable<DoneableRuleWithOperations>,RuleWithOperationsFluent<DoneableRuleWithOperations>,io.fabric8.kubernetes.api.model.Doneable<RuleWithOperations>
public class DoneableRuleWithOperations extends RuleWithOperationsFluentImpl<DoneableRuleWithOperations> implements io.fabric8.kubernetes.api.model.Doneable<RuleWithOperations>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableRuleWithOperations(io.fabric8.kubernetes.api.builder.Function<RuleWithOperations,RuleWithOperations> function)DoneableRuleWithOperations(RuleWithOperations item)DoneableRuleWithOperations(RuleWithOperations item, io.fabric8.kubernetes.api.builder.Function<RuleWithOperations,RuleWithOperations> function) -
Method Summary
Modifier and Type Method Description RuleWithOperationsdone()Methods inherited from class io.fabric8.kubernetes.api.model.admissionregistration.v1beta1.RuleWithOperationsFluentImpl
addAllToApiGroups, addAllToApiVersions, addAllToOperations, addAllToResources, addNewApiGroup, addNewApiGroup, addNewApiGroup, addNewApiVersion, addNewApiVersion, addNewApiVersion, addNewOperation, addNewOperation, addNewOperation, addNewResource, addNewResource, addNewResource, addToApiGroups, addToApiGroups, addToApiVersions, addToApiVersions, addToOperations, addToOperations, addToResources, addToResources, equals, getApiGroup, getApiGroups, getApiVersion, getApiVersions, getFirstApiGroup, getFirstApiVersion, getFirstOperation, getFirstResource, getLastApiGroup, getLastApiVersion, getLastOperation, getLastResource, getMatchingApiGroup, getMatchingApiVersion, getMatchingOperation, getMatchingResource, getOperation, getOperations, getResource, getResources, getScope, hasApiGroups, hasApiVersions, hasMatchingApiGroup, hasMatchingApiVersion, hasMatchingOperation, hasMatchingResource, hasOperations, hasResources, hasScope, removeAllFromApiGroups, removeAllFromApiVersions, removeAllFromOperations, removeAllFromResources, removeFromApiGroups, removeFromApiVersions, removeFromOperations, removeFromResources, setToApiGroups, setToApiVersions, setToOperations, setToResources, withApiGroups, withApiGroups, withApiVersions, withApiVersions, withNewScope, withNewScope, withNewScope, withOperations, withOperations, withResources, withResources, withScope
-
Constructor Details
-
DoneableRuleWithOperations
public DoneableRuleWithOperations(io.fabric8.kubernetes.api.builder.Function<RuleWithOperations,RuleWithOperations> function) -
DoneableRuleWithOperations
public DoneableRuleWithOperations(RuleWithOperations item, io.fabric8.kubernetes.api.builder.Function<RuleWithOperations,RuleWithOperations> function) -
DoneableRuleWithOperations
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<RuleWithOperations>
-