Class GenericOperatorConfigFluent<A extends GenericOperatorConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1alpha1.GenericOperatorConfigFluent<A>
-
- Direct Known Subclasses:
GenericOperatorConfigBuilder
public class GenericOperatorConfigFluent<A extends GenericOperatorConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGenericOperatorConfigFluent.AuthenticationNested<N>classGenericOperatorConfigFluent.AuthorizationNested<N>
-
Constructor Summary
Constructors Constructor Description GenericOperatorConfigFluent()GenericOperatorConfigFluent(GenericOperatorConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
GenericOperatorConfigFluent
public GenericOperatorConfigFluent()
-
GenericOperatorConfigFluent
public GenericOperatorConfigFluent(GenericOperatorConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GenericOperatorConfig instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
buildAuthentication
public DelegatedAuthentication buildAuthentication()
-
withAuthentication
public A withAuthentication(DelegatedAuthentication authentication)
-
hasAuthentication
public boolean hasAuthentication()
-
withNewAuthentication
public GenericOperatorConfigFluent.AuthenticationNested<A> withNewAuthentication()
-
withNewAuthenticationLike
public GenericOperatorConfigFluent.AuthenticationNested<A> withNewAuthenticationLike(DelegatedAuthentication item)
-
editAuthentication
public GenericOperatorConfigFluent.AuthenticationNested<A> editAuthentication()
-
editOrNewAuthentication
public GenericOperatorConfigFluent.AuthenticationNested<A> editOrNewAuthentication()
-
editOrNewAuthenticationLike
public GenericOperatorConfigFluent.AuthenticationNested<A> editOrNewAuthenticationLike(DelegatedAuthentication item)
-
buildAuthorization
public DelegatedAuthorization buildAuthorization()
-
withAuthorization
public A withAuthorization(DelegatedAuthorization authorization)
-
hasAuthorization
public boolean hasAuthorization()
-
withNewAuthorization
public GenericOperatorConfigFluent.AuthorizationNested<A> withNewAuthorization()
-
withNewAuthorizationLike
public GenericOperatorConfigFluent.AuthorizationNested<A> withNewAuthorizationLike(DelegatedAuthorization item)
-
editAuthorization
public GenericOperatorConfigFluent.AuthorizationNested<A> editAuthorization()
-
editOrNewAuthorization
public GenericOperatorConfigFluent.AuthorizationNested<A> editOrNewAuthorization()
-
editOrNewAuthorizationLike
public GenericOperatorConfigFluent.AuthorizationNested<A> editOrNewAuthorizationLike(DelegatedAuthorization item)
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
getLeaderElection
public io.fabric8.openshift.api.model.config.v1.LeaderElection getLeaderElection()
-
withLeaderElection
public A withLeaderElection(io.fabric8.openshift.api.model.config.v1.LeaderElection leaderElection)
-
hasLeaderElection
public boolean hasLeaderElection()
-
getServingInfo
public io.fabric8.openshift.api.model.config.v1.HTTPServingInfo getServingInfo()
-
withServingInfo
public A withServingInfo(io.fabric8.openshift.api.model.config.v1.HTTPServingInfo servingInfo)
-
hasServingInfo
public boolean hasServingInfo()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GenericOperatorConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GenericOperatorConfigFluent<A>>
-
-