Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 583 for representing (0.13 sec)

  1. api/openapi-spec/v3/apis__networking.k8s.io_openapi.json

                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io_openapi.json

                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  3. cluster/addons/calico-policy-controller/bgpconfigurations-crd.yaml

                type: string
              kind:
                description: 'Kind is a string value representing the REST resource this
                  object represents. Servers may infer this from the endpoint the client
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 5.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__autoscaling_openapi.json

                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apiextensions.k8s.io_openapi.json

                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  6. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/ProjectDependency.java

    import groovy.util.Node;
    import org.gradle.api.internal.tasks.DefaultTaskDependency;
    import org.gradle.api.tasks.TaskDependency;
    
    import java.util.Objects;
    
    /**
     * A classpath entry representing a project dependency.
     */
    public class ProjectDependency extends AbstractClasspathEntry {
    
        private FileReference publication;
        private FileReference publicationSourcePath;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/failure/TestFailureMapper.java

         *
         * @param throwable the {@link Throwable} to be mapped
         * @param rootMapper the {@link ThrowableToTestFailureMapper} to be used to recursively map inner failures.
         * @return a {@link TestFailure} representing the given {@link Throwable}
         * @throws Exception if an error occurs while mapping the {@link Throwable}
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 09 14:48:53 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  8. pkg/test/util/yml/cache.go

    // files as needed, as the resources change.
    type Cache struct {
    	mu sync.Mutex
    
    	discriminator int64
    	resources     map[CacheKey]*resourceState
    	dir           string
    }
    
    // CacheKey is a key representing a tracked Yaml based resource.
    type CacheKey struct {
    	group     string
    	kind      string
    	namespace string
    	name      string
    }
    
    type resourceState struct {
    	part Part
    	file string
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 03 18:09:59 UTC 2021
    - 4K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__internal.apiserver.k8s.io_openapi.json

                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__node.k8s.io_openapi.json

                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top