Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 28 for Credential (0.24 sec)

  1. CHANGELOG/CHANGELOG-1.26.md

    - Kubelet external Credential Provider feature is moved to GA. Credential Provider Plugin and Credential Provider Config APIs updated from `v1beta1` to `v1` with no API changes. ([#111616](https://github.com/kubernetes/kubernetes/pull/111616), [@ndixita](https://github.com/ndixita))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.10.md

    ### Auth
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.27.md

    - Promoted pod resource `limit/request` metrics to stable. ([#115454](https://github.com/kubernetes/kubernetes/pull/115454), [@dgrisonnet](https://github.com/dgrisonnet))
    - Removed AWS kubelet credential provider. Please use the external kubelet credential provider binary named `ecr-credential-provider` instead. ([#116329](https://github.com/kubernetes/kubernetes/pull/116329), [@dims](https://github.com/dims)) [SIG Node, Storage and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.21.md

    ### Feature
    
    - A client-go metric, rest_client_exec_plugin_call_total, has been added to track total calls to client-go credential plugins. ([#98892](https://github.com/kubernetes/kubernetes/pull/98892), [@ankeesler](https://github.com/ankeesler)) [SIG API Machinery, Auth, Cluster Lifecycle and Instrumentation]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    type WindowsSecurityContextOptions struct {
    	// GMSACredentialSpecName is the name of the GMSA credential spec to use.
    	// +optional
    	GMSACredentialSpecName *string
    
    	// GMSACredentialSpec is where the GMSA admission webhook
    	// (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the
    	// GMSA credential spec named by the GMSACredentialSpecName field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      optional PodAffinityTerm podAffinityTerm = 2;
    }
    
    // WindowsSecurityContextOptions contain Windows-specific options and credentials.
    message WindowsSecurityContextOptions {
      // GMSACredentialSpecName is the name of the GMSA credential spec to use.
      // +optional
      optional string gmsaCredentialSpecName = 1;
    
      // GMSACredentialSpec is where the GMSA admission webhook
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":                       "WindowsSecurityContextOptions contain Windows-specific options and credentials.",
    	"gmsaCredentialSpecName": "GMSACredentialSpecName is the name of the GMSA credential spec to use.",
    	"gmsaCredentialSpec":     "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      optional PodAffinityTerm podAffinityTerm = 2;
    }
    
    // WindowsSecurityContextOptions contain Windows-specific options and credentials.
    message WindowsSecurityContextOptions {
      // GMSACredentialSpecName is the name of the GMSA credential spec to use.
      // +optional
      optional string gmsaCredentialSpecName = 1;
    
      // GMSACredentialSpec is where the GMSA admission webhook
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	Level string `json:"level,omitempty" protobuf:"bytes,4,opt,name=level"`
    }
    
    // WindowsSecurityContextOptions contain Windows-specific options and credentials.
    type WindowsSecurityContextOptions struct {
    	// GMSACredentialSpecName is the name of the GMSA credential spec to use.
    	// +optional
    	GMSACredentialSpecName *string `json:"gmsaCredentialSpecName,omitempty" protobuf:"bytes,1,opt,name=gmsaCredentialSpecName"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.",
            "properties": {
              "gmsaCredentialSpec": {
                "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top