Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for myname (0.14 sec)

  1. pkg/apis/core/validation/validation_test.go

    			Name:        name,
    			Namespace:   namespace,
    			Annotations: annotations,
    		},
    		Spec: spec,
    	}
    }
    
    func testVolumeClaimStorageClassInSpec(name, namespace, scName string, spec core.PersistentVolumeClaimSpec) *core.PersistentVolumeClaim {
    	spec.StorageClassName = &scName
    	return &core.PersistentVolumeClaim{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      name,
    			Namespace: namespace,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                            name:
                                              description: The filter name to match on.
                                              type: string
                                          type: object
                                      type: object
                                    name:
                                      description: The name assigned to the filter chain.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
Back to top