Interface OperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
OperatorGroupFluent.SpecNested<N>
- All Known Implementing Classes:
OperatorGroupFluentImpl.SpecNestedImpl,OperatorGroupSpecBuilder,OperatorGroupSpecFluentImpl
public interface OperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOperatorGroupSpecFluent.SelectorNested<N>
-
Method Summary
-
-
-
Method Detail
-
getSelector
@Deprecated io.fabric8.kubernetes.api.model.LabelSelector getSelector()
Deprecated.This method has been deprecated, please use method buildSelector instead.- Returns:
- The buildable object.
-
buildSelector
io.fabric8.kubernetes.api.model.LabelSelector buildSelector()
-
withSelector
A withSelector(io.fabric8.kubernetes.api.model.LabelSelector selector)
-
hasSelector
Boolean hasSelector()
-
withNewSelector
OperatorGroupSpecFluent.SelectorNested<A> withNewSelector()
-
withNewSelectorLike
OperatorGroupSpecFluent.SelectorNested<A> withNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
-
editSelector
OperatorGroupSpecFluent.SelectorNested<A> editSelector()
-
editOrNewSelector
OperatorGroupSpecFluent.SelectorNested<A> editOrNewSelector()
-
editOrNewSelectorLike
OperatorGroupSpecFluent.SelectorNested<A> editOrNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
-
getServiceAccountName
String getServiceAccountName()
-
hasServiceAccountName
Boolean hasServiceAccountName()
-
withNewServiceAccountName
A withNewServiceAccountName(StringBuilder arg1)
-
withNewServiceAccountName
A withNewServiceAccountName(StringBuffer arg1)
-
isStaticProvidedAPIs
Boolean isStaticProvidedAPIs()
-
hasStaticProvidedAPIs
Boolean hasStaticProvidedAPIs()
-
withNewStaticProvidedAPIs
A withNewStaticProvidedAPIs(boolean arg1)
-
addAllToTargetNamespaces
A addAllToTargetNamespaces(Collection<String> items)
-
removeAllFromTargetNamespaces
A removeAllFromTargetNamespaces(Collection<String> items)
-
getTargetNamespace
String getTargetNamespace(int index)
-
getFirstTargetNamespace
String getFirstTargetNamespace()
-
getLastTargetNamespace
String getLastTargetNamespace()
-
hasTargetNamespaces
Boolean hasTargetNamespaces()
-
addNewTargetNamespace
A addNewTargetNamespace(StringBuilder arg1)
-
addNewTargetNamespace
A addNewTargetNamespace(StringBuffer arg1)
-
-