Home
last modified time | relevance | path

Searched refs:IgnoreNotFound (Results 1 – 25 of 43) sorted by relevance

12

/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/delete/
H A Ddelete_flags.go40 IgnoreNotFound *bool member
85 if f.IgnoreNotFound != nil {
86 options.IgnoreNotFound = *f.IgnoreNotFound
133 if f.IgnoreNotFound != nil {
134 …cmd.Flags().BoolVar(f.IgnoreNotFound, "ignore-not-found", *f.IgnoreNotFound, "Treat \"resource not…
181 IgnoreNotFound: &ignoreNotFound,
H A Ddelete.go105 IgnoreNotFound bool member
164 o.IgnoreNotFound = true
287 if o.IgnoreNotFound {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/delete/
H A Ddelete_flags.go43 IgnoreNotFound *bool member
92 if f.IgnoreNotFound != nil {
93 options.IgnoreNotFound = *f.IgnoreNotFound
145 if f.IgnoreNotFound != nil {
146 …cmd.Flags().BoolVar(f.IgnoreNotFound, "ignore-not-found", *f.IgnoreNotFound, "Treat \"resource not…
193 IgnoreNotFound: &ignoreNotFound,
H A Ddelete.go106 IgnoreNotFound bool member
165 o.IgnoreNotFound = true
288 if o.IgnoreNotFound {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/delete/
H A Ddelete_flags.go43 IgnoreNotFound *bool member
92 if f.IgnoreNotFound != nil {
93 options.IgnoreNotFound = *f.IgnoreNotFound
145 if f.IgnoreNotFound != nil {
146 …cmd.Flags().BoolVar(f.IgnoreNotFound, "ignore-not-found", *f.IgnoreNotFound, "Treat \"resource not…
193 IgnoreNotFound: &ignoreNotFound,
H A Ddelete.go108 IgnoreNotFound bool member
168 o.IgnoreNotFound = true
287 if o.IgnoreNotFound {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/get/
H A Dget.go82 IgnoreNotFound bool member
179 …cmd.Flags().BoolVar(&o.IgnoreNotFound, "ignore-not-found", o.IgnoreNotFound, "If the requested obj…
481 if o.IgnoreNotFound {
582 if trackingWriter.Written == 0 && !o.IgnoreNotFound && len(allErrs) == 0 {
744 if len(infos) == 0 && o.IgnoreNotFound {
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/get/
H A Dget.go82 IgnoreNotFound bool member
180 …cmd.Flags().BoolVar(&o.IgnoreNotFound, "ignore-not-found", o.IgnoreNotFound, "If the requested obj…
485 if o.IgnoreNotFound {
584 if trackingWriter.Written == 0 && !o.IgnoreNotFound && len(allErrs) == 0 {
747 if len(infos) == 0 && o.IgnoreNotFound {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/get/
H A Dget.go86 IgnoreNotFound bool member
191 …cmd.Flags().BoolVar(&o.IgnoreNotFound, "ignore-not-found", o.IgnoreNotFound, "If the requested obj…
494 if o.IgnoreNotFound {
595 if trackingWriter.Written == 0 && !o.IgnoreNotFound && len(allErrs) == 0 {
757 if len(infos) == 0 && o.IgnoreNotFound {
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
H A DStringDB.h126 BOOLEAN IgnoreNotFound
H A DStrGather.c95 BOOLEAN IgnoreNotFound; // when scanning member
1744 mGlobals.IgnoreNotFound = 1; in ProcessArgs()
2323 StringDBSetStringReferenced (SavePtr, mGlobals.IgnoreNotFound); in ScanFiles()
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/client/
H A Dinterfaces.go130 func IgnoreNotFound(err error) error { func
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-runtime/pkg/client/
H A Dinterfaces.go130 func IgnoreNotFound(err error) error { func
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
H A DStringDB.h246 BOOLEAN IgnoreNotFound
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/storage/
H A Dinterfaces.go252 IgnoreNotFound bool member
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/storage/
H A Dinterfaces.go257 IgnoreNotFound bool member
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/registry/generic/registry/
H A Ddryrun.go83 err := s.Storage.Get(ctx, key, storage.GetOptions{IgnoreNotFound: ignoreNotFound}, ptrToType)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/
H A Ddryrun.go83 err := s.Storage.Get(ctx, key, storage.GetOptions{IgnoreNotFound: ignoreNotFound}, ptrToType)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
H A DMakeDeps.c124 BOOLEAN IgnoreNotFound; // no warnings if files not found member
454 if (mGlobals.IgnoreNotFound) { in ProcessFile()
1366 mGlobals.IgnoreNotFound = TRUE; in ProcessArgs()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/registry/core/service/allocator/storage/
H A Dstorage.go184 …if err := e.storage.Get(context.TODO(), e.baseKey, storage.GetOptions{IgnoreNotFound: true}, exist…
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/replace/
H A Dreplace.go180 deleteOpts.IgnoreNotFound = true
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/replace/
H A Dreplace.go174 deleteOpts.IgnoreNotFound = true
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/replace/
H A Dreplace.go176 deleteOpts.IgnoreNotFound = true
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/storage/tests/
H A Dcacher_test.go177 …if err := cacher.Get(context.TODO(), "pods/ns/foo", storage.GetOptions{IgnoreNotFound: true, Resou…
184 …ar", storage.GetOptions{ResourceVersion: fooCreated.ResourceVersion, IgnoreNotFound: true}, result…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/storage/tests/
H A Dcacher_test.go177 …if err := cacher.Get(context.TODO(), "pods/ns/foo", storage.GetOptions{IgnoreNotFound: true, Resou…
184 …ar", storage.GetOptions{ResourceVersion: fooCreated.ResourceVersion, IgnoreNotFound: true}, result…

12