Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 77 for apiservers (0.53 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

              "$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion"
            }
          }
        },
        "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  2. pkg/apis/admissionregistration/types.go

    	// DNS in some apiservers (e.g., `kube-apiserver` cannot resolve
    	// in-cluster DNS as that would be a layering violation). `host` may
    	// also be an IP address.
    	//
    	// Please note that using `localhost` or `127.0.0.1` as a `host` is
    	// risky unless you take great care to run this webhook on all hosts
    	// which run an apiserver which might need to make calls to this
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // DNS in some apiservers (e.g., `kube-apiserver` cannot resolve
      // in-cluster DNS as that would be a layering violation). `host` may
      // also be an IP address.
      //
      // Please note that using `localhost` or `127.0.0.1` as a `host` is
      // risky unless you take great care to run this webhook on all hosts
      // which run an apiserver which might need to make calls to this
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // DNS in some apiservers (e.g., `kube-apiserver` cannot resolve
      // in-cluster DNS as that would be a layering violation). `host` may
      // also be an IP address.
      //
      // Please note that using `localhost` or `127.0.0.1` as a `host` is
      // risky unless you take great care to run this webhook on all hosts
      // which run an apiserver which might need to make calls to this
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// DNS in some apiservers (e.g., `kube-apiserver` cannot resolve
    	// in-cluster DNS as that would be a layering violation). `host` may
    	// also be an IP address.
    	//
    	// Please note that using `localhost` or `127.0.0.1` as a `host` is
    	// risky unless you take great care to run this webhook on all hosts
    	// which run an apiserver which might need to make calls to this
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// DNS in some apiservers (e.g., `kube-apiserver` cannot resolve
    	// in-cluster DNS as that would be a layering violation). `host` may
    	// also be an IP address.
    	//
    	// Please note that using `localhost` or `127.0.0.1` as a `host` is
    	// risky unless you take great care to run this webhook on all hosts
    	// which run an apiserver which might need to make calls to this
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/apiserver/pkg/apis/apiserver"
    	"k8s.io/apiserver/pkg/features"
    	"k8s.io/apiserver/pkg/storage/value"
    	"k8s.io/apiserver/pkg/storage/value/encrypt/envelope"
    	envelopekmsv2 "k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2"
    	kmstypes "k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2"
    	"k8s.io/apiserver/pkg/storage/value/encrypt/envelope/metrics"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/zz_generated.conversion.go

    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*Issuer)(nil), (*apiserver.Issuer)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1alpha1_Issuer_To_apiserver_Issuer(a.(*Issuer), b.(*apiserver.Issuer), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 00:57:24 UTC 2024
    - 50K bytes
    - Viewed (0)
  9. staging/publishing/rules.yaml

          branch: release-1.30
          dirs:
          - staging/src/k8s.io/apiserver
      library: true
    - destination: kube-aggregator
      branches:
      - name: master
        dependencies:
        - repository: apimachinery
          branch: master
        - repository: api
          branch: master
        - repository: client-go
          branch: master
        - repository: apiserver
          branch: master
        - repository: component-base
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 09:33:40 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	structuralschema "k8s.io/apiextensions-apiserver/pkg/apiserver/schema"
    	structuraldefaulting "k8s.io/apiextensions-apiserver/pkg/apiserver/schema/defaulting"
    	schemaobjectmeta "k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta"
    	structuralpruning "k8s.io/apiextensions-apiserver/pkg/apiserver/schema/pruning"
    	apiservervalidation "k8s.io/apiextensions-apiserver/pkg/apiserver/validation"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
Back to top