Class SELinuxContextStrategyOptions

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

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

      • SELinuxContextStrategyOptions

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

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

      • getSeLinuxOptions

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

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

        public String getType()
        type is the strategy that will dictate what SELinux context is used in the SecurityContext.
      • setType

        public void setType​(String type)
        type is the strategy that will dictate what SELinux context is used in the SecurityContext.
      • getAdditionalProperties

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

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

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