Class SELinuxStrategyOptions

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class SELinuxStrategyOptions
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<SELinuxStrategyOptionsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
    See Also:
    Serialized Form
    • Constructor Detail

      • SELinuxStrategyOptions

        public SELinuxStrategyOptions()
        No args constructor for use in serialization
      • SELinuxStrategyOptions

        public SELinuxStrategyOptions​(String rule,
                                      io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions)
    • Method Detail

      • getRule

        public String getRule()
        rule is the strategy that will dictate the allowable labels that may be set.
      • setRule

        public void setRule​(String rule)
        rule is the strategy that will dictate the allowable labels that may be set.
      • getSeLinuxOptions

        public io.fabric8.kubernetes.api.model.SELinuxOptions getSeLinuxOptions()
        SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
      • setSeLinuxOptions

        public void setSeLinuxOptions​(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions)
        SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
      • getAdditionalProperties

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

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

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