Class OperatorGroupSpecFluentImpl<A extends OperatorGroupSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroupSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,OperatorGroupSpecFluent<A>
- Direct Known Subclasses:
OperatorGroupFluentImpl.SpecNestedImpl,OperatorGroupSpecBuilder
public class OperatorGroupSpecFluentImpl<A extends OperatorGroupSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OperatorGroupSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOperatorGroupSpecFluentImpl.SelectorNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroupSpecFluent
OperatorGroupSpecFluent.SelectorNested<N>
-
-
Constructor Summary
Constructors Constructor Description OperatorGroupSpecFluentImpl()OperatorGroupSpecFluentImpl(OperatorGroupSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
OperatorGroupSpecFluentImpl
public OperatorGroupSpecFluentImpl()
-
OperatorGroupSpecFluentImpl
public OperatorGroupSpecFluentImpl(OperatorGroupSpec instance)
-
-
Method Detail
-
getSelector
@Deprecated public io.fabric8.kubernetes.api.model.LabelSelector getSelector()
Deprecated.This method has been deprecated, please use method buildSelector instead.- Specified by:
getSelectorin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>- Returns:
- The buildable object.
-
buildSelector
public io.fabric8.kubernetes.api.model.LabelSelector buildSelector()
- Specified by:
buildSelectorin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withSelector
public A withSelector(io.fabric8.kubernetes.api.model.LabelSelector selector)
- Specified by:
withSelectorin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
hasSelector
public Boolean hasSelector()
- Specified by:
hasSelectorin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withNewSelector
public OperatorGroupSpecFluent.SelectorNested<A> withNewSelector()
- Specified by:
withNewSelectorin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withNewSelectorLike
public OperatorGroupSpecFluent.SelectorNested<A> withNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
- Specified by:
withNewSelectorLikein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
editSelector
public OperatorGroupSpecFluent.SelectorNested<A> editSelector()
- Specified by:
editSelectorin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
editOrNewSelector
public OperatorGroupSpecFluent.SelectorNested<A> editOrNewSelector()
- Specified by:
editOrNewSelectorin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
editOrNewSelectorLike
public OperatorGroupSpecFluent.SelectorNested<A> editOrNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item)
- Specified by:
editOrNewSelectorLikein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
getServiceAccountName
public String getServiceAccountName()
- Specified by:
getServiceAccountNamein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withServiceAccountName
public A withServiceAccountName(String serviceAccountName)
- Specified by:
withServiceAccountNamein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
hasServiceAccountName
public Boolean hasServiceAccountName()
- Specified by:
hasServiceAccountNamein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withNewServiceAccountName
public A withNewServiceAccountName(String arg1)
- Specified by:
withNewServiceAccountNamein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withNewServiceAccountName
public A withNewServiceAccountName(StringBuilder arg1)
- Specified by:
withNewServiceAccountNamein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withNewServiceAccountName
public A withNewServiceAccountName(StringBuffer arg1)
- Specified by:
withNewServiceAccountNamein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
isStaticProvidedAPIs
public Boolean isStaticProvidedAPIs()
- Specified by:
isStaticProvidedAPIsin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withStaticProvidedAPIs
public A withStaticProvidedAPIs(Boolean staticProvidedAPIs)
- Specified by:
withStaticProvidedAPIsin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
hasStaticProvidedAPIs
public Boolean hasStaticProvidedAPIs()
- Specified by:
hasStaticProvidedAPIsin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withNewStaticProvidedAPIs
public A withNewStaticProvidedAPIs(String arg1)
- Specified by:
withNewStaticProvidedAPIsin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withNewStaticProvidedAPIs
public A withNewStaticProvidedAPIs(boolean arg1)
- Specified by:
withNewStaticProvidedAPIsin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
addToTargetNamespaces
public A addToTargetNamespaces(int index, String item)
- Specified by:
addToTargetNamespacesin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
setToTargetNamespaces
public A setToTargetNamespaces(int index, String item)
- Specified by:
setToTargetNamespacesin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
addToTargetNamespaces
public A addToTargetNamespaces(String... items)
- Specified by:
addToTargetNamespacesin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
addAllToTargetNamespaces
public A addAllToTargetNamespaces(Collection<String> items)
- Specified by:
addAllToTargetNamespacesin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
removeFromTargetNamespaces
public A removeFromTargetNamespaces(String... items)
- Specified by:
removeFromTargetNamespacesin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
removeAllFromTargetNamespaces
public A removeAllFromTargetNamespaces(Collection<String> items)
- Specified by:
removeAllFromTargetNamespacesin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
getTargetNamespaces
public List<String> getTargetNamespaces()
- Specified by:
getTargetNamespacesin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
getTargetNamespace
public String getTargetNamespace(int index)
- Specified by:
getTargetNamespacein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
getFirstTargetNamespace
public String getFirstTargetNamespace()
- Specified by:
getFirstTargetNamespacein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
getLastTargetNamespace
public String getLastTargetNamespace()
- Specified by:
getLastTargetNamespacein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
getMatchingTargetNamespace
public String getMatchingTargetNamespace(Predicate<String> predicate)
- Specified by:
getMatchingTargetNamespacein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
hasMatchingTargetNamespace
public Boolean hasMatchingTargetNamespace(Predicate<String> predicate)
- Specified by:
hasMatchingTargetNamespacein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withTargetNamespaces
public A withTargetNamespaces(List<String> targetNamespaces)
- Specified by:
withTargetNamespacesin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
withTargetNamespaces
public A withTargetNamespaces(String... targetNamespaces)
- Specified by:
withTargetNamespacesin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
hasTargetNamespaces
public Boolean hasTargetNamespaces()
- Specified by:
hasTargetNamespacesin interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
addNewTargetNamespace
public A addNewTargetNamespace(String arg1)
- Specified by:
addNewTargetNamespacein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
addNewTargetNamespace
public A addNewTargetNamespace(StringBuilder arg1)
- Specified by:
addNewTargetNamespacein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
addNewTargetNamespace
public A addNewTargetNamespace(StringBuffer arg1)
- Specified by:
addNewTargetNamespacein interfaceOperatorGroupSpecFluent<A extends OperatorGroupSpecFluent<A>>
-
-