Class DefaultNetworkDefinition

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<DefaultNetworkDefinitionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DefaultNetworkDefinition
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DefaultNetworkDefinitionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultNetworkDefinition

        public DefaultNetworkDefinition()
        No args constructor for use in serialization
    • Method Detail

      • getOpenshiftSDNConfig

        public OpenShiftSDNConfig getOpenshiftSDNConfig()
        DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.
      • setOpenshiftSDNConfig

        public void setOpenshiftSDNConfig​(OpenShiftSDNConfig openshiftSDNConfig)
        DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.
      • getOvnKubernetesConfig

        public OVNKubernetesConfig getOvnKubernetesConfig()
        DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.
      • setOvnKubernetesConfig

        public void setOvnKubernetesConfig​(OVNKubernetesConfig ovnKubernetesConfig)
        DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.
      • getType

        public String getType()
        type is the type of network All NetworkTypes are supported except for NetworkTypeRaw
      • setType

        public void setType​(String type)
        type is the type of network All NetworkTypes are supported except for NetworkTypeRaw
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)