Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for pathvalidation (0.24 sec)

  1. pkg/registry/batch/cronjob/strategy.go

    	"k8s.io/apiserver/pkg/storage/names"
    	"k8s.io/kubernetes/pkg/api/job"
    	"k8s.io/kubernetes/pkg/api/legacyscheme"
    	"k8s.io/kubernetes/pkg/api/pod"
    	"k8s.io/kubernetes/pkg/apis/batch"
    	batchvalidation "k8s.io/kubernetes/pkg/apis/batch/validation"
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    )
    
    // cronJobStrategy implements verification logic for Replication Controllers.
    type cronJobStrategy struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 15:14:03 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1beta1/customresourcedefinitionspec.go

    	b.Scope = &value
    	return b
    }
    
    // WithValidation sets the Validation field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Validation field is set to the value of the last call.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top