Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for Credential (0.3 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. CHANGELOG/CHANGELOG-1.8.md

        * The `kube-cloud-controller-manager` flag `--use-service-account-credentials` is now honored consistently, regardless of whether `--service-account-private-key-file` was specified.
    * Fix credentials providers for docker sandbox image. ([#51870](https://github.com/kubernetes/kubernetes/pull/51870), [@feiskyer](https://github.com/feiskyer))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Specify which tracer to use. One of: zipkin, lightstep, datadog, stackdriver.
    	// If using stackdriver tracer outside GCP, set env GOOGLE_APPLICATION_CREDENTIALS to the GCP credential file.
    	Tracer Tracer `protobuf:"varint,25,opt,name=tracer,proto3,enum=v1alpha1.Tracer" json:"tracer,omitempty"`
    	// A comma separated list of outbound ports to be excluded from redirection to Envoy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'api.cors.allow.credentials'. <br>
         * The value is, e.g. true <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getApiCorsAllowCredentials();
    
        /**
         * Is the property for the key 'api.cors.allow.credentials' true? <br>
         * The value is, e.g. true <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  10. prow/config/calico.yaml

                  - -felix-ready
                  - -bird-ready
                periodSeconds: 10
                timeoutSeconds: 10
              volumeMounts:
                # For maintaining CNI plugin API credentials.
                - mountPath: /host/etc/cni/net.d
                  name: cni-net-dir
                  readOnly: false
                - mountPath: /lib/modules
                  name: lib-modules
                  readOnly: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top