Class ConsoleSpecFluent<A extends ConsoleSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.ConsoleSpecFluent<A>
-
- Direct Known Subclasses:
ConsoleFluent.SpecNested,ConsoleSpecBuilder
public class ConsoleSpecFluent<A extends ConsoleSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsoleSpecFluent.AuthenticationNested<N>
-
Constructor Summary
Constructors Constructor Description ConsoleSpecFluent()ConsoleSpecFluent(ConsoleSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
ConsoleSpecFluent
public ConsoleSpecFluent()
-
ConsoleSpecFluent
public ConsoleSpecFluent(ConsoleSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ConsoleSpec instance)
-
buildAuthentication
public ConsoleAuthentication buildAuthentication()
-
withAuthentication
public A withAuthentication(ConsoleAuthentication authentication)
-
hasAuthentication
public boolean hasAuthentication()
-
withNewAuthentication
public ConsoleSpecFluent.AuthenticationNested<A> withNewAuthentication()
-
withNewAuthenticationLike
public ConsoleSpecFluent.AuthenticationNested<A> withNewAuthenticationLike(ConsoleAuthentication item)
-
editAuthentication
public ConsoleSpecFluent.AuthenticationNested<A> editAuthentication()
-
editOrNewAuthentication
public ConsoleSpecFluent.AuthenticationNested<A> editOrNewAuthentication()
-
editOrNewAuthenticationLike
public ConsoleSpecFluent.AuthenticationNested<A> editOrNewAuthenticationLike(ConsoleAuthentication item)
-
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 ConsoleSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleSpecFluent<A>>
-
-