Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 190 for CustomResourceDefinition (0.26 sec)

  1. tests/integration/pilot/testdata/mcs-serviceimport-crd.yaml

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      name: serviceimports.{{ .Group }}
    spec:
      group: {{ .Group }}
      scope: Namespaced
      names:
        plural: serviceimports
        singular: serviceimport
        kind: ServiceImport
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 00:51:29 UTC 2021
    - 7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/api/meta/testrestmapper/test_restmapper.go

    	{Group: "storage.k8s.io", Kind: "StorageClass"}:     true,
    	{Group: "storage.k8s.io", Kind: "VolumeAttachment"}: true,
    
    	{Group: "apiextensions.k8s.io", Kind: "CustomResourceDefinition"}: true,
    
    	{Group: "apiserver.k8s.io", Kind: "AdmissionConfiguration"}: true,
    
    	{Group: "audit.k8s.io", Kind: "Event"}:  true,
    	{Group: "audit.k8s.io", Kind: "Policy"}: true,
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:07:02 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/registration_test.go

    		expectedObject *metaObject
    	}{
    		"namespacedNoxuDefinition": {
    			etcdPath: "apiextensions.k8s.io/customresourcedefinitions/noxus.mygroup.example.com",
    			expectedObject: &metaObject{
    				Kind:       "CustomResourceDefinition",
    				APIVersion: "apiextensions.k8s.io/v1beta1",
    				Metadata: Metadata{
    					Name:      "noxus.mygroup.example.com",
    					Namespace: "",
    				},
    			},
    		},
    		"namespacedNoxuInstance": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 14 11:58:05 UTC 2022
    - 15.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/validation/validation.go

    }
    
    // ValidateCustomResourceUpdate validates the transition of Custom Resource from
    // `old` to `new` against the schema in the CustomResourceDefinition.
    // Both customResource and old represent a JSON data structures.
    //
    // If feature `CRDValidationRatcheting` is disabled, this behaves identically to
    // ValidateCustomResource(customResource).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 18:23:28 UTC 2023
    - 15K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/cel_validation.go

    	// schema can exist.
    	MaxCardinality *uint64
    	// TotalCost accumulates the x-kubernetes-validators estimated rule cost total for an entire custom resource
    	// definition. A single TotalCost is allocated for each CustomResourceDefinition and passed through the stack as the
    	// CustomResourceDefinition's OpenAPIv3 schema is recursively validated.
    	TotalCost *TotalCost
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 13.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/fuzzer/fuzzer.go

    				}
    				if obj.Versions[0].Subresources != nil {
    					obj.Subresources = obj.Versions[0].Subresources
    					obj.Versions[0].Subresources = nil
    				}
    			}
    		},
    		func(obj *apiextensions.CustomResourceDefinition, c fuzz.Continue) {
    			c.FuzzNoCustom(obj)
    
    			if len(obj.Status.StoredVersions) == 0 {
    				for _, v := range obj.Spec.Versions {
    					if v.Storage && !apiextensions.IsStoredVersion(obj, v.Name) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/basic_test.go

    	}
    
    	ns := ""
    	testSimpleCRUD(t, ns, noxuDefinition, dynamicClient)
    	testFieldSelector(t, ns, noxuDefinition, dynamicClient)
    }
    
    func testSimpleCRUD(t *testing.T, ns string, noxuDefinition *apiextensionsv1.CustomResourceDefinition, dynamicClient dynamic.Interface) {
    	noxuResourceClients := map[string]dynamic.ResourceInterface{}
    	noxuWatchs := map[string]watch.Interface{}
    	disabledVersions := map[string]bool{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 11:35:33 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  8. operator/pkg/name/name.go

    	iop "istio.io/istio/operator/pkg/apis/istio/v1alpha1"
    	"istio.io/istio/operator/pkg/helm"
    	"istio.io/istio/operator/pkg/tpath"
    )
    
    // Kubernetes Kind strings.
    const (
    	CRDStr                            = "CustomResourceDefinition"
    	ClusterRoleStr                    = "ClusterRole"
    	ClusterRoleBindingStr             = "ClusterRoleBinding"
    	CMStr                             = "ConfigMap"
    	DaemonSetStr                      = "DaemonSet"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  9. common/scripts/metallb-native.yaml

        pod-security.kubernetes.io/enforce: privileged
        pod-security.kubernetes.io/warn: privileged
      name: metallb-system
    ---
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      annotations:
        controller-gen.kubebuilder.io/version: v0.11.1
      creationTimestamp: null
      name: bfdprofiles.metallb.io
    spec:
      group: metallb.io
      names:
        kind: BFDProfile
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  10. pkg/kube/kclient/crdwatcher.go

    		running:   make(chan struct{}),
    		callbacks: map[string][]func(){},
    	}
    
    	c.queue = controllers.NewQueue("crd watcher",
    		controllers.WithReconciler(c.Reconcile))
    	c.crds = NewMetadata(client, gvr.CustomResourceDefinition, Filter{
    		ObjectFilter: kubetypes.NewStaticObjectFilter(minimumVersionFilter),
    	})
    	c.crds.AddEventHandler(controllers.ObjectHandler(c.queue.AddObject))
    	return c
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top