Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for serviceAccountToken (0.16 sec)

  1. pkg/api/pod/util_test.go

    					{
    						Name: "foo",
    						VolumeSource: api.VolumeSource{
    							Projected: &api.ProjectedVolumeSource{
    								Sources: []api.VolumeProjection{
    									{
    										ServiceAccountToken: &api.ServiceAccountTokenProjection{
    											Path: "../foo",
    										},
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    			wantOption: true,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. pkg/apis/core/zz_generated.deepcopy.go

    	}
    	if in.ConfigMap != nil {
    		in, out := &in.ConfigMap, &out.ConfigMap
    		*out = new(ConfigMapProjection)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.ServiceAccountToken != nil {
    		in, out := &in.ServiceAccountToken, &out.ServiceAccountToken
    		*out = new(ServiceAccountTokenProjection)
    		**out = **in
    	}
    	if in.ClusterTrustBundle != nil {
    		in, out := &in.ClusterTrustBundle, &out.ClusterTrustBundle
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    	}
    	if in.ConfigMap != nil {
    		in, out := &in.ConfigMap, &out.ConfigMap
    		*out = new(ConfigMapProjection)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.ServiceAccountToken != nil {
    		in, out := &in.ServiceAccountToken, &out.ServiceAccountToken
    		*out = new(ServiceAccountTokenProjection)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.ClusterTrustBundle != nil {
    		in, out := &in.ClusterTrustBundle, &out.ClusterTrustBundle
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "description": "information about the secret data to project"
            },
            "serviceAccountToken": {
              "$ref": "#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection",
              "description": "information about the serviceAccountToken data to project"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top