Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 908 for resource2 (0.07 sec)

  1. common-protos/k8s.io/api/admission/v1/generated.proto

    1. // with `resource: {group:"apps", version:"v1", resource:"deployments"}` (matching the resource the webhook registered for),
    2. // and `requestResource: {group:"apps", version:"v1beta1", resource:"deployments"}` (indicating the resource of the original API request).
    3. //
    4. // See documentation for the "matchPolicy" field in the webhook configuration type.
    5. // +optional
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/admission/v1beta1/generated.proto

    1. // with `resource: {group:"apps", version:"v1", resource:"deployments"}` (matching the resource the webhook registered for),
    2. // and `requestResource: {group:"apps", version:"v1beta1", resource:"deployments"}` (indicating the resource of the original API request).
    3. //
    4. // See documentation for the "matchPolicy" field in the webhook configuration type.
    5. // +optional
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  3. istioctl/pkg/checkinject/testdata/check-inject/never-match-injector.yaml

    1. istio.io/deactivated: never-match
    2. reinvocationPolicy: Never
    3. rules:
    4. - apiGroups:
    5. - ""
    6. apiVersions:
    7. - v1
    8. operations:
    9. - CREATE
    10. resources:
    11. - pods
    12. scope: '*'
    13. sideEffects: None
    14. timeoutSeconds: 10
    15. - admissionReviewVersions:
    16. - v1beta1
    17. - v1
    18. clientConfig:
    19. service:
    20. name: istiod
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/SmbResource.java

    1. * exists and is not marked read-only. By default, resources are
    2. * considered to be read-only and therefore for <code>smb://</code>,
    3. * <code>smb://workgroup/</code>, and <code>smb://server/</code> resources
    4. * will be read-only.
    5. *
    6. * @return <code>true</code> if the resource exists is not marked
    7. * read-only
    8. * @throws CIFSException
    9. */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Dec 20 14:09:34 UTC 2020
    - 26K bytes
    - Viewed (1)
  5. istioctl/pkg/cli/kubectl_factory.go

    1. import (
    2. "k8s.io/apimachinery/pkg/api/meta"
    3. "k8s.io/cli-runtime/pkg/resource"
    4. openapiclient "k8s.io/client-go/openapi"
    5. "k8s.io/kubectl/pkg/cmd/util"
    6. "k8s.io/kubectl/pkg/util/openapi"
    7. "k8s.io/kubectl/pkg/validation"
    8.  
    9. "istio.io/istio/pkg/kube"
    10. )
    11.  
    12. type Factory struct {
    13. kube.PartialFactory
    14. full util.Factory
    15. }
    16.  
    17. func (f Factory) NewBuilder() *resource.Builder {
    18. return f.full.NewBuilder()
    19. }
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jun 09 18:17:49 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. architecture/ambient/peer-authentication.md

    minimal L4 proxy, and as such, its xDS configuration is purposefully limited. In particular, ztunnel only supports 2 (custom) xDS resources: [`Workload`](../../pkg/workloadapi/workload.proto) and [`Authorization`](../../pkg/workloadapi/security/authorization.proto). As such, ztunnel does not receive `PeerAuthentication`s directly; when istiod detects a `PeerAuthentication` resource that targets an Ambient captured workload, it computes the effective policy for that workload (taking into account the mesh-wide...
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 01 20:04:20 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. istioctl/pkg/internaldebug/internal-debug.go

    1. // Gather the statuses before printing so they may be sorted
    2. mappedResp := map[string]string{}
    3. for id, dr := range drs {
    4. for _, resource := range dr.Resources {
    5. if s.InternalDebugAllIstiod {
    6. mappedResp[id] = string(resource.Value) + "\n"
    7. } else {
    8. _, _ = s.Writer.Write(resource.Value)
    9. _, _ = s.Writer.Write([]byte("\n"))
    10. }
    11. }
    12. }
    13. if len(mappedResp) > 0 {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 12 11:30:24 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  8. api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java

    1. /**
    2. * Get the list of resources for the given project and scope
    3. *
    4. * @param project the project
    5. * @param scope the scope, i.e. usually main or test
    6. * @return the list of resources
    7. */
    8. List<Resource> getResources(@Nonnull Project project, @Nonnull ProjectScope scope);
    9.  
    10. /**
    11. * Add a resource set to the given project for the given scope.
    12. *
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Thu Oct 24 11:52:48 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. impl/maven-core/plugin-manager.txt

    1. * dependencies - resources - configuration - extension points of plugins
    2. *
    3. * For a particular application plugin there will be a declarative descriptor for that plugin type.
    4. *
    5. * - nexus - the plugin class - UI to contribute - what JS to hook into the UI - what resources to
    6. * load into the UI - having packed or unpacked plugins, and positioning resources if necessary -
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  10. internal/dsync/lock-args.go

    1. type LockArgs struct {
    2. // Unique ID of lock/unlock request.
    3. UID string
    4.  
    5. // Resources contains single or multiple entries to be locked/unlocked.
    6. Resources []string
    7.  
    8. // Owner represents unique ID for this instance, an owner who originally requested
    9. // the locked resource, useful primarily in figuring out stale locks.
    10. Owner string
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jul 24 10:24:01 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top