Class ConsoleSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.ConsoleSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ConsoleSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ConsoleSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<ConsoleSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ConsoleSpec is the specification of the desired behavior of the Console.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsoleSpec()No args constructor for use in serializationConsoleSpec(ConsoleAuthentication authentication)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleSpecBuilderedit()Map<String,Object>getAdditionalProperties()ConsoleAuthenticationgetAuthentication()ConsoleSpec is the specification of the desired behavior of the Console.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAuthentication(ConsoleAuthentication authentication)ConsoleSpec is the specification of the desired behavior of the Console.ConsoleSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
ConsoleSpec
public ConsoleSpec()
No args constructor for use in serialization
-
ConsoleSpec
public ConsoleSpec(ConsoleAuthentication authentication)
-
-
Method Detail
-
getAuthentication
public ConsoleAuthentication getAuthentication()
ConsoleSpec is the specification of the desired behavior of the Console.
-
setAuthentication
public void setAuthentication(ConsoleAuthentication authentication)
ConsoleSpec is the specification of the desired behavior of the Console.
-
edit
public ConsoleSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ConsoleSpecBuilder>
-
toBuilder
public ConsoleSpecBuilder toBuilder()
-
-