Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for SecretReference (0.36 sec)

  1. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "boolean"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.SecretReference": {
          "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
          "properties": {
            "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    var map_SecretReference = map[string]string{
    	"":          "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
    	"name":      "name is unique within a namespace to reference a secret resource.",
    	"namespace": "namespace defines the space within which the secret name must be unique.",
    }
    
    func (SecretReference) SwaggerDoc() map[string]string {
    	return map_SecretReference
    }
    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. pkg/apis/core/validation/validation.go

    		}
    	}
    	return allErrs
    }
    
    // validatePVSecretReference check whether provided SecretReference object is valid in terms of secret name and namespace.
    
    func validatePVSecretReference(secretRef *core.SecretReference, fldPath *field.Path) field.ErrorList {
    	var allErrs field.ErrorList
    	if len(secretRef.Name) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

              "type": "boolean"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.SecretReference": {
          "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
          "properties": {
            "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "boolean"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.SecretReference": {
          "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
          "properties": {
            "name": {
    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