Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DockerConfigJson (0.13 sec)

  1. pkg/apis/core/types.go

    	//
    	// Required fields:
    	// - Secret.Data[".dockerconfigjson"] - a serialized ~/.docker/config.json file
    	SecretTypeDockerConfigJSON SecretType = "kubernetes.io/dockerconfigjson"
    
    	// DockerConfigJSONKey is the key of the required data for SecretTypeDockerConfigJson secrets
    	DockerConfigJSONKey = ".dockerconfigjson"
    
    	// SecretTypeBasicAuth contains data needed for basic authentication.
    	//
    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.go

    	//
    	// Required fields:
    	// - Secret.Data[".dockerconfigjson"] - a serialized ~/.docker/config.json file
    	SecretTypeDockerConfigJson SecretType = "kubernetes.io/dockerconfigjson"
    
    	// DockerConfigJsonKey is the key of the required data for SecretTypeDockerConfigJson secrets
    	DockerConfigJsonKey = ".dockerconfigjson"
    
    	// SecretTypeBasicAuth contains data needed for basic authentication.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top