Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 150 for secretKeyRef (0.37 sec)

  1. pkg/apis/core/types.go

    	ResourceFieldRef *ResourceFieldSelector
    	// Selects a key of a ConfigMap.
    	// +optional
    	ConfigMapKeyRef *ConfigMapKeySelector
    	// Selects a key of a secret in the pod's namespace.
    	// +optional
    	SecretKeyRef *SecretKeySelector
    }
    
    // ObjectFieldSelector selects an APIVersioned field of an object.
    type ObjectFieldSelector struct {
    	// Required: Version of the schema the FieldPath is written in terms of.
    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. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"configMapKeyRef":  "Selects a key of a ConfigMap.",
    	"secretKeyRef":     "Selects a key of a secret in the pod's namespace",
    }
    
    func (EnvVarSource) SwaggerDoc() map[string]string {
    	return map_EnvVarSource
    }
    
    var map_EphemeralContainer = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

      // Selects a key of a ConfigMap.
      // +optional
      optional ConfigMapKeySelector configMapKeyRef = 3;
    
      // Selects a key of a secret in the pod's namespace
      // +optional
      optional SecretKeySelector secretKeyRef = 4;
    }
    
    // An EphemeralContainer is a temporary container that you may add to an existing Pod for
    // user-initiated activities such as debugging. Ephemeral containers have no resource or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "secretKeyRef": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.SecretKeySelector"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "secretKeyRef": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.SecretKeySelector"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/api__v1_openapi.json

              },
              "secretKeyRef": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.SecretKeySelector"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            },
            "secretKeyRef": {
              "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector",
              "description": "Selects a key of a secret in the pod's namespace"
            }
          },
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

    						SchemaProps: spec.SchemaProps{
    							Description: "Selects a key of a ConfigMap.",
    							Ref:         ref("k8s.io/api/core/v1.ConfigMapKeySelector"),
    						},
    					},
    					"secretKeyRef": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Selects a key of a secret in the pod's namespace",
    							Ref:         ref("k8s.io/api/core/v1.SecretKeySelector"),
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

            },
            "secretKeyRef": {
              "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector",
              "description": "Selects a key of a secret in the pod's namespace"
            }
          },
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            },
            "secretKeyRef": {
              "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector",
              "description": "Selects a key of a secret in the pod's namespace"
            }
          },
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top