Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for filelist (0.27 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "RoleList is a collection of Roles. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleList, and will no longer be served in v1.22.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            {
              "group": "rbac.authorization.k8s.io",
              "kind": "RoleBindingList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.rbac.v1.RoleList": {
          "description": "RoleList is a collection of Roles",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

            {
              "group": "rbac.authorization.k8s.io",
              "kind": "RoleBindingList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.rbac.v1.RoleList": {
          "description": "RoleList is a collection of Roles",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. src/internal/trace/traceviewer/static/trace_viewer_full.html

    var len=attr('length'),isString=partialComplete(isOfType,String);function defined(value){return value!==undefined;}
    function hasAllProperties(fieldList,o){return(o instanceof Object)&&all(function(field){return(field in o);},fieldList);}
    function cons(x,xs){return[x,xs];}
    var emptyList=null,head=attr(0),tail=attr(1);function arrayAsList(inputArray){return reverseList(inputArray.reduce(flip(cons),emptyList));}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            {
              "group": "rbac.authorization.k8s.io",
              "kind": "RoleBindingList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.rbac.v1.RoleList": {
          "description": "RoleList is a collection of Roles",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top