Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for Avery (0.04 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// and doesn't spam the readiness endpoint too much
    	//
    	// If the probe is disabled, it is recommended to have delay=1s,period=2s,failureThreshold=30.
    	// This ensures the startup is reasonable fast (polling every 2s). 1s delay is used since the startup is not often ready instantly.
    	Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    	}
    	return allErrs
    }
    
    // ValidatePersistentVolumeClaimTemplate verifies that the embedded object meta and spec are valid.
    // Checking of the object data is very minimal because only labels and annotations are used.
    func ValidatePersistentVolumeClaimTemplate(claimTemplate *core.PersistentVolumeClaimTemplate, fldPath *field.Path, opts PersistentVolumeClaimSpecValidationOptions) field.ErrorList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top