This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* @flow */ | |
| import React, { type Element } from 'react'; | |
| import Relay from 'react-relay/classic'; | |
| class CreateListMutation extends Relay.Mutation { | |
| static fragments = { | |
| viewer: () => Relay.QL` | |
| fragment on User { | |
| id |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* @flow */ | |
| import { | |
| forOwn, | |
| size, | |
| get, | |
| transform, | |
| noop, | |
| } from 'lodash'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apiextensions.k8s.io/v1beta1 | |
| kind: CustomResourceDefinition | |
| metadata: | |
| name: managedcertificates.networking.gke.io | |
| spec: | |
| group: networking.gke.io | |
| names: | |
| kind: ManagedCertificate | |
| plural: managedcertificates | |
| shortNames: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| JQ="jq --raw-output --exit-status" | |
| if [ -x "$(command -v kustomize)" ]; then | |
| KUSTOMIZE="kustomize build" | |
| else | |
| KUSTOMIZE="kubectl kustomize" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias: Adjust Adaptive Lighting Controlled Lights While Off | |
| mode: restart | |
| triggers: | |
| - trigger: time_pattern | |
| minutes: /5 | |
| variables: | |
| adjust_hue: true | |
| adjust_inovelli: true | |
| - trigger: state | |
| entity_id: !include ../../entity_lists/adaptive-lighting.yaml |
OlderNewer