Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 5,352 for Served (0.22 sec)

  1. hack/verify-api-groups.sh

    	fi
    done
    
    
    # check to make sure that client gen is getting
    # groups_without_codegen is the list of group we EXPECT to not have the client generated for
    # them.  This happens for types that aren't served from the API server
    groups_without_codegen=(
    	"abac"
    	"imagepolicy"
    	"admission"
    )
    client_gen_file="${KUBE_ROOT}/staging/src/k8s.io/code-generator/cmd/client-gen/main.go"
    
    for group_dirname in "${group_dirnames[@]}"; do
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 13 09:26:16 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/zz_generated.prerelease-lifecycle.go

    	return schema.GroupVersionKind{Group: "apiextensions.k8s.io", Version: "v1", Kind: "ConversionReview"}
    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/authentication/v1beta1/zz_generated.prerelease-lifecycle.go

    func (in *SelfSubjectReview) APILifecycleDeprecated() (major, minor int) {
    	return 1, 30
    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 23:42:33 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apihelpers/helpers.go

    }
    
    // HasServedCRDVersion returns true if the given version is in the list of CRD's versions and the Served flag is set.
    func HasServedCRDVersion(crd *apiextensionsv1.CustomResourceDefinition, version string) bool {
    	for _, v := range crd.Spec.Versions {
    		if v.Name == version {
    			return v.Served
    		}
    	}
    	return false
    }
    
    // GetCRDStorageVersion returns the storage version for given CRD.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 03 16:49:27 UTC 2019
    - 9.5K bytes
    - Viewed (0)
  5. samples/httpbin/sample-client/fortio-deploy.yaml

    spec:
      replicas: 1
      selector:
        matchLabels:
          app: fortio
      template:
        metadata:
          annotations:
            # This annotation causes Envoy to serve cluster.outbound statistics via 15000/stats
            # in addition to the stats normally served by Istio. The Circuit Breaking example task
            # gives an example of inspecting Envoy stats via proxy config.
            proxy.istio.io/config: |-
              proxyStatsMatcher:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 10 02:32:01 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/scheduling/v1beta1/zz_generated.prerelease-lifecycle.go

    	return schema.GroupVersionKind{Group: "scheduling.k8s.io", Version: "v1", Kind: "PriorityClass"}
    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go

    	// name is the version name, e.g. “v1”, “v2beta1”, etc.
    	// The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
    	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`
    	// served is a flag enabling/disabling this version from being served via REST APIs
    	Served bool `json:"served" protobuf:"varint,2,opt,name=served"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/test/integration/table_test.go

    				Kind:     "Table",
    				ListKind: "TablemList",
    			},
    			Scope: apiextensionsv1.ClusterScoped,
    			Versions: []apiextensionsv1.CustomResourceDefinitionVersion{
    				{
    					Name:    "v1beta1",
    					Served:  true,
    					Storage: false,
    					AdditionalPrinterColumns: []apiextensionsv1.CustomResourceColumnDefinition{
    						{Name: "Age", Type: "date", JSONPath: ".metadata.creationTimestamp"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 02 19:34:41 UTC 2021
    - 18.9K bytes
    - Viewed (0)
  9. manifests/charts/istio-operator/crds/crd-operator.yaml

          name: Age
          type: date
        name: v1alpha1
        subresources:
          status: {}
        schema:
          openAPIV3Schema:
            type: object
            x-kubernetes-preserve-unknown-fields: true
        served: true
        storage: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 27 03:38:21 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/discovery/v1beta1/zz_generated.prerelease-lifecycle.go

    	return schema.GroupVersionKind{Group: "discovery.k8s.io", Version: "v1", Kind: "EndpointSlice"}
    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.8K bytes
    - Viewed (0)
Back to top