Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 101 for admission (0.61 sec)

  1. cmd/kube-controller-manager/app/validatingadmissionpolicystatus.go

    limitations under the License.
    */
    
    package app
    
    import (
    	"context"
    
    	apiextensionsscheme "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme"
    	pluginvalidatingadmissionpolicy "k8s.io/apiserver/pkg/admission/plugin/policy/validating"
    	"k8s.io/apiserver/pkg/cel/openapi/resolver"
    	genericfeatures "k8s.io/apiserver/pkg/features"
    	k8sscheme "k8s.io/client-go/kubernetes/scheme"
    	"k8s.io/component-base/featuregate"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. pkg/controller/volume/pvprotection/pv_protection_controller.go

    	if protectionutil.NeedToAddFinalizer(pv, volumeutil.PVProtectionFinalizer) {
    		// PV is not being deleted -> it should have the finalizer. The
    		// finalizer should be added by admission plugin, this is just to add
    		// the finalizer to old PVs that were created before the admission
    		// plugin was enabled.
    		return c.addFinalizer(ctx, pv)
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. pkg/kubectl/cmd/convert/import_known_versions.go

    */
    
    package convert
    
    // These imports are the API groups the client will support.
    // TODO: Remove these manual install once we don't need legacy scheme in convert
    import (
    	_ "k8s.io/kubernetes/pkg/apis/admission/install"
    	_ "k8s.io/kubernetes/pkg/apis/admissionregistration/install"
    	_ "k8s.io/kubernetes/pkg/apis/apiserverinternal/install"
    	_ "k8s.io/kubernetes/pkg/apis/apps/install"
    	_ "k8s.io/kubernetes/pkg/apis/authentication/install"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  4. pkg/controlplane/import_known_versions.go

    limitations under the License.
    */
    
    package controlplane
    
    import (
    	// These imports are the API groups the API server will support.
    	_ "k8s.io/kubernetes/pkg/apis/admission/install"
    	_ "k8s.io/kubernetes/pkg/apis/admissionregistration/install"
    	_ "k8s.io/kubernetes/pkg/apis/apiserverinternal/install"
    	_ "k8s.io/kubernetes/pkg/apis/apps/install"
    	_ "k8s.io/kubernetes/pkg/apis/authentication/install"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/ztunnel/configdump/testdata/workloadsummary.txt

    default            sleep-7656cf8794-lxcmx                               10.244.2.58 ambient-worker2       None                                HBONE
    gateway-system     gateway-api-admission-server-85985d48ff-5jcvd        10.244.2.8  ambient-worker2       None                                TCP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 21:30:30 UTC 2024
    - 4K bytes
    - Viewed (0)
  6. staging/README.md

    - [`k8s.io/metrics`](https://github.com/kubernetes/metrics)
    - [`k8s.io/mount-utils`](https://github.com/kubernetes/mount-utils)
    - [`k8s.io/pod-security-admission`](https://github.com/kubernetes/pod-security-admission)
    - [`k8s.io/sample-apiserver`](https://github.com/kubernetes/sample-apiserver)
    - [`k8s.io/sample-cli-plugin`](https://github.com/kubernetes/sample-cli-plugin)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 11:23:09 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  7. pkg/security/apparmor/helpers.go

    		return &v1.AppArmorProfile{Type: v1.AppArmorProfileTypeUnconfined}
    
    	case strings.HasPrefix(val, v1.DeprecatedAppArmorBetaProfileNamePrefix):
    		// Note: an invalid empty localhost profile will be rejected by kubelet admission.
    		profileName := strings.TrimPrefix(val, v1.DeprecatedAppArmorBetaProfileNamePrefix)
    		return &v1.AppArmorProfile{
    			Type:             v1.AppArmorProfileTypeLocalhost,
    			LocalhostProfile: &profileName,
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:32 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  8. pkg/controller/validatingadmissionpolicystatus/controller.go

    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	utilruntime "k8s.io/apimachinery/pkg/util/runtime"
    	"k8s.io/apimachinery/pkg/util/wait"
    	validatingadmissionpolicy "k8s.io/apiserver/pkg/admission/plugin/policy/validating"
    	admissionregistrationv1apply "k8s.io/client-go/applyconfigurations/admissionregistration/v1"
    	informerv1 "k8s.io/client-go/informers/admissionregistration/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/certificates/v1alpha1/generated.proto

    // contains one valid set of trust anchors for that signer. Signers may have
    // multiple associated ClusterTrustBundles; each is an independent set of trust
    // anchors for that signer. Admission control is used to enforce that only users
    // with permissions on the signer can create or modify the corresponding bundle.
    message ClusterTrustBundle {
      // metadata contains the object metadata.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/certificates/v1alpha1/generated.proto

    // contains one valid set of trust anchors for that signer. Signers may have
    // multiple associated ClusterTrustBundles; each is an independent set of trust
    // anchors for that signer. Admission control is used to enforce that only users
    // with permissions on the signer can create or modify the corresponding bundle.
    message ClusterTrustBundle {
      // metadata contains the object metadata.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top