Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 189 for notin (0.14 sec)

  1. pkg/controller/job/job_controller_test.go

    				},
    			},
    			wantStatusActive:    0,
    			wantStatusFailed:    1,
    			wantStatusSucceeded: 0,
    		},
    		"fail job based on OnExitCodes with NotIn operator": {
    			enableJobPodFailurePolicy: true,
    			job: batch.Job{
    				TypeMeta:   metav1.TypeMeta{Kind: "Job"},
    				ObjectMeta: validObjectMeta,
    				Spec: batch.JobSpec{
    					Selector:     validSelector,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

          values:
          - default
        - key: istio-injection
          operator: DoesNotExist
      objectSelector:
        matchExpressions:
        - key: sidecar.istio.io/inject
          operator: NotIn
          values:
          - "false"
      reinvocationPolicy: Never
      rules:
      - apiGroups:
        - ""
        apiVersions:
        - v1
        operations:
        - CREATE
        resources:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/tcp/audit-both-http-tcp-out.yaml

                        prefixLen: 32
                - notId:
                    orIds:
                      ids:
                      - remoteIp:
                          addressPrefix: 10.133.154.65
                          prefixLen: 32
                - orIds:
                    ids:
                    - directRemoteIp:
                        addressPrefix: 1.2.3.4
                        prefixLen: 32
                - notId:
                    orIds:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "default": "",
                "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.",
                "type": "string"
              },
              "values": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    							Enum:        []interface{}{"DoesNotExist", "Exists", "Gt", "In", "Lt", "NotIn"},
    						},
    					},
    					"values": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/tcp/deny-both-http-tcp-out.yaml

                - notId:
                    orIds:
                      ids:
                      - remoteIp:
                          addressPrefix: 192.168.244.139
                          prefixLen: 32
                - orIds:
                    ids:
                    - directRemoteIp:
                        addressPrefix: 1.2.3.4
                        prefixLen: 32
                - notId:
                    orIds:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  7. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-out.yaml

                            regex: spiffe://.*-suffix-principal
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: .+
                - notId:
                    orIds:
                      ids:
                      - authenticated:
                          principalName:
                            exact: spiffe://not-principal
                      - authenticated:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  8. docs_src/async_sql_databases/tutorial001.py

        sqlalchemy.Column("completed", sqlalchemy.Boolean),
    )
    
    
    engine = sqlalchemy.create_engine(
        DATABASE_URL, connect_args={"check_same_thread": False}
    )
    metadata.create_all(engine)
    
    
    class NoteIn(BaseModel):
        text: str
        completed: bool
    
    
    class Note(BaseModel):
        id: int
        text: str
        completed: bool
    
    
    app = FastAPI()
    
    
    @app.on_event("startup")
    async def startup():
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

                            regex: spiffe://.*-suffix-principal
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: .+
                - notId:
                    orIds:
                      ids:
                      - authenticated:
                          principalName:
                            exact: spiffe://not-principal
                      - authenticated:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/tcp/custom-both-http-tcp-out1.yaml

                        prefixLen: 22
                - notId:
                    orIds:
                      ids:
                      - remoteIp:
                          addressPrefix: 192.168.244.139
                          prefixLen: 32
                - orIds:
                    ids:
                    - directRemoteIp:
                        addressPrefix: 1.2.3.4
                        prefixLen: 32
                - notId:
                    orIds:
                      ids:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 15 22:42:30 UTC 2021
    - 2.7K bytes
    - Viewed (0)
Back to top