# THIS FILE WAS AUTO GENERATED FROM THE K8S SWAGGER SPEC require "yaml" require "json" require "./id_range" ::K8S::Kubernetes::Resource.define_object("FSGroupStrategyOptions", namespace: "::K8S::Api::Extensions::V1beta1", properties: [ {name: "ranges", kind: ::Array(::K8S::Api::Extensions::V1beta1::IDRange), key: "ranges", nilable: true, read_only: false, description: "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. Required for MustRunAs."}, {name: "rule", kind: String, key: "rule", nilable: true, read_only: false, description: "rule is the strategy that will dictate what FSGroup is used in the SecurityContext."}, ] )