Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 9,924 for covering (0.28 sec)

  1. pkg/apis/storagemigration/v1alpha1/zz_generated.defaults.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by defaulter-gen. DO NOT EDIT.
    
    package v1alpha1
    
    import (
    	runtime "k8s.io/apimachinery/pkg/runtime"
    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 1013 bytes
    - Viewed (0)
  2. pkg/apis/apidiscovery/v2/zz_generated.defaults.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by defaulter-gen. DO NOT EDIT.
    
    package v2
    
    import (
    	runtime "k8s.io/apimachinery/pkg/runtime"
    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 16:40:14 UTC 2024
    - 1007 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1beta1/zz_generated.defaults.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by defaulter-gen. DO NOT EDIT.
    
    package v1beta1
    
    import (
    	runtime "k8s.io/apimachinery/pkg/runtime"
    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 07:00:31 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.defaults.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by defaulter-gen. DO NOT EDIT.
    
    package v1beta4
    
    import (
    	runtime "k8s.io/apimachinery/pkg/runtime"
    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  5. pkg/apis/admissionregistration/v1/zz_generated.defaults.go

    )
    
    // RegisterDefaults adds defaulters functions to the given scheme.
    // Public to allow building arbitrary schemes.
    // All generated defaulters are covering - they call all nested defaulters.
    func RegisterDefaults(scheme *runtime.Scheme) error {
    	scheme.AddTypeDefaultingFunc(&v1.MutatingWebhookConfiguration{}, func(obj interface{}) {
    		SetObjectDefaults_MutatingWebhookConfiguration(obj.(*v1.MutatingWebhookConfiguration))
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  6. tests/integration/pilot/multi_version_revision_test.go

    			instances = append(instances, apps.A[0])
    
    			testAllEchoCalls(t, instances)
    		})
    }
    
    // testAllEchoCalls takes list of revisioned namespaces and generates list of echo calls covering
    // communication between every pair of namespaces
    func testAllEchoCalls(t framework.TestContext, echoInstances []echo.Instance) {
    	trafficTypes := []string{"http", "tcp", "grpc"}
    	for _, from := range echoInstances {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/travis-ci.adoc

    As example, this guide is going to focus on a Java-based project.
    More specifically, a Gradle plugin written in Java and tested with https://www.spekframework.org/[Spek].
    First, we'll get the project set up on your local machine before covering the same steps on CI.
    
    Just follow these steps:
    
    === Clone the https://github.com/gradle/gradle-site-plugin[Gradle Site Plugin] repository
    
    [listing.terminal.sample-command]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/jenkins.adoc

    As example, this guide is going to focus on a Java-based project.
    More specifically, a Gradle plugin written in Java and tested with https://www.spekframework.org/[Spek].
    First, we'll get the project set up on your local machine before covering the same steps on CI.
    
    Just follow these steps:
    
    === Clone the https://github.com/gradle/gradle-site-plugin[Gradle Site Plugin] repository
    
    [listing.terminal.sample-command]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/teamcity.adoc

    More specifically, a Gradle plugin written in Java and tested with https://www.spekframework.org/[Spek].
    First, we'll get the project set up on your local machine before covering the same steps on CI.
    
    Just follow these steps:
    
    === Clone the https://github.com/gradle/gradle-site-plugin[Gradle Site Plugin] repository
    
    [listing.terminal.sample-command]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_export.h

    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    // Functionalities for exporting MLIR ModuleOp to TensorFlow SavedModel.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 11:11:25 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top