Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for APIGroups (0.2 sec)

  1. pkg/apis/flowcontrol/v1/zz_generated.conversion.go

    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.APIGroups = *(*[]string)(unsafe.Pointer(&in.APIGroups))
    	out.Resources = *(*[]string)(unsafe.Pointer(&in.Resources))
    	out.ClusterScope = in.ClusterScope
    	out.Namespaces = *(*[]string)(unsafe.Pointer(&in.Namespaces))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  2. pkg/apis/flowcontrol/v1beta1/zz_generated.conversion.go

    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.APIGroups = *(*[]string)(unsafe.Pointer(&in.APIGroups))
    	out.Resources = *(*[]string)(unsafe.Pointer(&in.Resources))
    	out.ClusterScope = in.ClusterScope
    	out.Namespaces = *(*[]string)(unsafe.Pointer(&in.Namespaces))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 53.5K bytes
    - Viewed (0)
  3. pkg/apis/flowcontrol/v1beta2/zz_generated.conversion.go

    	out.Verbs = *(*[]string)(unsafe.Pointer(&in.Verbs))
    	out.APIGroups = *(*[]string)(unsafe.Pointer(&in.APIGroups))
    	out.Resources = *(*[]string)(unsafe.Pointer(&in.Resources))
    	out.ClusterScope = in.ClusterScope
    	out.Namespaces = *(*[]string)(unsafe.Pointer(&in.Namespaces))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 53.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    limitations under the License.
    */
    
    package v1beta1
    
    import (
    	v1 "k8s.io/api/admissionregistration/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    )
    
    // Rule is a tuple of APIGroups, APIVersion, and Resources.It is recommended
    // to make sure that all the tuple expansions are valid.
    type Rule = v1.Rule
    
    // ScopeType specifies a scope for a Rule.
    type ScopeType = v1.ScopeType
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      //
      // - Exact: match a request only if it exactly matches a specified rule.
      // For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1,
      // but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`,
      // a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  6. pkg/apis/admissionregistration/v1/zz_generated.conversion.go

    }
    
    func autoConvert_v1_Rule_To_admissionregistration_Rule(in *v1.Rule, out *admissionregistration.Rule, s conversion.Scope) error {
    	out.APIGroups = *(*[]string)(unsafe.Pointer(&in.APIGroups))
    	out.APIVersions = *(*[]string)(unsafe.Pointer(&in.APIVersions))
    	out.Resources = *(*[]string)(unsafe.Pointer(&in.Resources))
    	out.Scope = (*admissionregistration.ScopeType)(unsafe.Pointer(in.Scope))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 05:46:30 UTC 2024
    - 73.6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

            "properties": {
              "apiGroups": {
                "description": "APIGroups is the name of the APIGroup that contains the resources.  If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.  \"*\" means all.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
Back to top