Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 618 for band (0.07 sec)

  1. pkg/kube/inject/testdata/inject/traffic-annotations-bad-includeinboundports.yaml

    kind: Deployment
    metadata:
      name: traffic
    spec:
      replicas: 7
      selector:
        matchLabels:
          app: traffic
      template:
        metadata:
          annotations:
            traffic.sidecar.istio.io/includeInboundPorts: "bad"
          labels:
            app: traffic
        spec:
          containers:
            - name: traffic
              image: "fake.docker.io/google-samples/traffic-go-gke:1.0"
              ports:
                - name: http
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 465 bytes
    - Viewed (0)
  2. platforms/core-configuration/graph-serialization/src/main/kotlin/org/gradle/internal/serialize/graph/codecs/BindingsBackedCodec.kt

        inline fun <reified T> bind(codec: Codec<T>) =
            bind(T::class.java, codec)
    
        inline fun <reified T> bind(serializer: Serializer<T>) =
            bind(T::class.java, serializer)
    
        fun bind(type: KClass<*>, codec: Codec<*>) =
            bind(type.java, codec)
    
        fun bind(type: KClass<*>, serializer: Serializer<*>) =
            bind(type.java, serializer)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 18:56:44 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/mod/module/module.go

    func unescapeString(escaped string) (string, bool) {
    	var buf []byte
    
    	bang := false
    	for _, r := range escaped {
    		if r >= utf8.RuneSelf {
    			return "", false
    		}
    		if bang {
    			bang = false
    			if r < 'a' || 'z' < r {
    				return "", false
    			}
    			buf = append(buf, byte(r+'A'-'a'))
    			continue
    		}
    		if r == '!' {
    			bang = true
    			continue
    		}
    		if 'A' <= r && r <= 'Z' {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 20:17:07 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/UnsupportedTypesCodecs.kt

        bind(unsupported<Gradle>())
        bind(unsupported<Settings>())
        bind(unsupported<Project>())
        bind(unsupported<IsolatedProject>())
        bind(unsupported<TaskContainer>())
        bind(unsupported<TaskDependency>())
        bind(unsupported<SourceSetContainer>())
        bind(unsupported<SourceSet>())
    
        // Dependency Resolution Types
        bind(unsupported<ConfigurationContainer>())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 23:09:56 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml.golden

        internal.istio.io/parents: HTTPRoute/bind-all.default,HTTPRoute/bind-cross-namespace.group-namespace1
        internal.istio.io/route-semantics: gateway
      creationTimestamp: null
      name: bind-all-3-istio-autogenerated-k8s-gateway
      namespace: default
    spec:
      gateways:
      - istio-system/gateway-istio-autogenerated-k8s-gateway-slctr-expr-exists-yes
      hosts:
      - '*'
      http:
      - name: default.bind-all.0
        route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  6. pkg/scheduler/profile/profile_test.go

    							},
    						},
    						Bind: config.PluginSet{
    							Enabled: []config.Plugin{
    								{Name: "Bind1"},
    							},
    						},
    					},
    				},
    				{
    					SchedulerName: "profile-2",
    					Plugins: &config.Plugins{
    						QueueSort: config.PluginSet{
    							Enabled: []config.Plugin{
    								{Name: "QueueSort"},
    							},
    						},
    						Bind: config.PluginSet{
    							Enabled: []config.Plugin{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 20 09:49:54 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/poms/validation/raw-model/bad-ci-friendly-sha1plus.xml

    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:50:27 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/example.com_retract_ambiguous_nested_v1.9.0-bad.txt

    -- .mod --
    module example.com/retract/ambiguous/nested
    
    go 1.16
    
    retract v1.9.0-bad // nested modules are bad
    -- .info --
    {"Version":"v1.9.0-bad"}
    -- nested.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 18 15:31:11 UTC 2020
    - 178 bytes
    - Viewed (0)
  9. hack/dev-build-and-push.sh

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # This script will build a dev release and push it to an existing cluster.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    
    # Build a dev release
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 22 00:39:55 UTC 2019
    - 987 bytes
    - Viewed (0)
  10. docs/de/docs/how-to/custom-request-and-route.md

    Nils Lindemann <******@****.***> 1711822703 +0100
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:18:23 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top