Class FSGroupStrategyOptions

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

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

      • FSGroupStrategyOptions

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

        public FSGroupStrategyOptions​(List<IDRange> ranges,
                                      String type)
    • Method Detail

      • getRanges

        public List<IDRange> getRanges()
        ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end.
      • setRanges

        public void setRanges​(List<IDRange> ranges)
        ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end.
      • getType

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

        public void setType​(String type)
        type is the strategy that will dictate what FSGroup 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)