Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 71 for auditID (0.12 sec)

  1. cmd/kubeadm/app/phases/controlplane/manifests_test.go

    						ExtraArgs: []kubeadmapi.Arg{
    							{Name: "service-cluster-ip-range", Value: "baz"},
    							{Name: "advertise-address", Value: "9.9.9.9"},
    							{Name: "audit-policy-file", Value: "/etc/config/audit.yaml"},
    							{Name: "audit-log-path", Value: "/var/log/kubernetes"},
    						},
    					},
    				},
    			},
    			endpoint: &kubeadmapi.APIEndpoint{BindPort: 123, AdvertiseAddress: "1.2.3.4"},
    			expected: []string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/cache/prog.go

    		// read through a corresponding Get. Audit callers and check, and document
    		// error types on the Cache interface.
    		return Entry{}, &entryNotFoundError{}
    	}
    	res, err := c.send(c.ctx, &ProgRequest{
    		Command:  cmdGet,
    		ActionID: a[:],
    	})
    	if err != nil {
    		return Entry{}, err // TODO(bradfitz): or entryNotFoundError? Audit callers.
    	}
    	if res.Miss {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 19:23:25 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go

    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/apimachinery/pkg/util/wait"
    	utilwaitgroup "k8s.io/apimachinery/pkg/util/waitgroup"
    	"k8s.io/apimachinery/pkg/version"
    	"k8s.io/apiserver/pkg/admission"
    	"k8s.io/apiserver/pkg/audit"
    	"k8s.io/apiserver/pkg/authorization/authorizer"
    	genericapi "k8s.io/apiserver/pkg/endpoints"
    	"k8s.io/apiserver/pkg/endpoints/discovery"
    	discoveryendpoint "k8s.io/apiserver/pkg/endpoints/discovery/aggregated"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 42.9K bytes
    - Viewed (0)
  4. cmd/handler-api.go

    			globalHTTPStats.addRequestsInQueue(-1)
    			// When the client disconnects before getting the S3 handler
    			// status code response, set the status code to 499 so this request
    			// will be properly audited and traced.
    			w.WriteHeader(499)
    		}
    	}
    }
    
    func (t *apiConfig) getReplicationOpts() replicationPoolOpts {
    	t.mu.RLock()
    	defer t.mu.RUnlock()
    
    	if t.replicationPriority == "" {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jun 12 08:13:12 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/patch.go

    			return
    		}
    		options.TypeMeta.SetGroupVersionKind(metav1.SchemeGroupVersion.WithKind("PatchOptions"))
    
    		admit = admission.WithAudit(admit)
    
    		audit.LogRequestPatch(req.Context(), patchBytes)
    		span.AddEvent("Recorded the audit event")
    
    		baseContentType := runtime.ContentTypeJSON
    		if patchType == types.ApplyPatchType {
    			baseContentType = runtime.ContentTypeYAML
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_KLDUNLOADF               = 444 // { int kldunloadf(int fileid, int flags); }
    	SYS_AUDIT                    = 445 // { int audit(const void *record, u_int length); }
    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
    	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
    	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_KLDUNLOADF               = 444 // { int kldunloadf(int fileid, int flags); }
    	SYS_AUDIT                    = 445 // { int audit(const void *record, u_int length); }
    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
    	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
    	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_KLDUNLOADF               = 444 // { int kldunloadf(int fileid, int flags); }
    	SYS_AUDIT                    = 445 // { int audit(const void *record, u_int length); }
    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
    	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
    	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_KLDUNLOADF               = 444 // { int kldunloadf(int fileid, int flags); }
    	SYS_AUDIT                    = 445 // { int audit(const void *record, u_int length); }
    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
    	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
    	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_KLDUNLOADF               = 444 // { int kldunloadf(int fileid, int flags); }
    	SYS_AUDIT                    = 445 // { int audit(const void *record, u_int length); }
    	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
    	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
    	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
Back to top